Skip to content

Instantly share code, notes, and snippets.

@kevinoconnor7
Last active December 16, 2015 12:08
Show Gist options
  • Save kevinoconnor7/5432336 to your computer and use it in GitHub Desktop.
Save kevinoconnor7/5432336 to your computer and use it in GitHub Desktop.

Revisions

  1. kevinoconnor7 revised this gist Dec 15, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions usage.html
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    <!-- Le script -->
    <script type="text/javascript" src="js/jquery.pagedown-bootstrap.min.js"></script>
    <script type="text/javascript" src="js/jquery.pagedown-bootstrap.combined.min.js"></script>

    <!-- Le CSS -->
    <link href="css/jquery.pagedown-bootstrap.css" rel="stylesheet">
    @@ -14,7 +14,7 @@
    </script>

    <!-- Le input -->
    <textarea id="pagedownMe">
    <textarea id="pagedownMe" class="form-control" rows="10">
    This is the *first* editor.
    ------------------------------

  2. kevinoconnor7 revised this gist Apr 22, 2013. 1 changed file with 11 additions and 1 deletion.
    12 changes: 11 additions & 1 deletion usage.html
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,14 @@
    $("textarea#pagedownMe").pagedownBootstrap();

    })();
    </script>
    </script>

    <!-- Le input -->
    <textarea id="pagedownMe">
    This is the *first* editor.
    ------------------------------

    Just plain **Markdown**, except that the input is sanitized:

    <marquee>I'm the ghost from the past!</marquee>
    </textarea>
  3. kevinoconnor7 renamed this gist Apr 22, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. kevinoconnor7 created this gist Apr 22, 2013.
    14 changes: 14 additions & 0 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    <!-- Le script -->
    <script type="text/javascript" src="js/jquery.pagedown-bootstrap.min.js"></script>

    <!-- Le CSS -->
    <link href="css/jquery.pagedown-bootstrap.css" rel="stylesheet">

    <!-- Le lift -->
    <script type="text/javascript">
    (function () {

    $("textarea#pagedownMe").pagedownBootstrap();

    })();
    </script>