Sha256: 7764a73c3cf3a8aedbcf9a5e701b3e6744581a7b41952e34cf95c0f9b2f78ae3

Contents?: true

Size: 1.54 KB

Versions: 17

Compression:

Stored size: 1.54 KB

Contents

<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>CodeMirror: Variable Height Demo</title>
    <link rel="stylesheet" href="../lib/codemirror.css">
    <script src="../lib/codemirror.js"></script>
    <script src="../mode/markdown/markdown.js"></script>
    <script src="../mode/xml/xml.js"></script>
    <link rel="stylesheet" href="../doc/docs.css">

    <style type="text/css">
      .CodeMirror {border: 1px solid silver; border-width: 1px 2px; }
      .cm-header { font-size: 150%; font-family: arial; }
      .cm-strong { font-size: 140%; }
    </style>
  </head>
  <body>
    <h1>CodeMirror: Variable Height Demo</h1>

    <form><textarea id="code" name="code"># A First Level Header

**Bold** text in a normal-size paragraph.

And a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long, wrapped line with a piece of **big** text inside of it.

## A Second Level Header

Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.

The quick brown fox jumped over the lazy
dog's back.

### Header 3

> This is a blockquote.
> 
> This is the second paragraph in the blockquote.
>
> ## This is an H2 in a blockquote       
</textarea></form>
    <script id="script">
      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
        lineNumbers: true,
        lineWrapping: true,
        mode: "markdown"
      });
    </script>
  </body>
</html>

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
mdbe-0.1.0 public/libs/codemirror/demo/variableheight.html
bonethug-0.0.17 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.16 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.15 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.14 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.13 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.12 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.11 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.10 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.7 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.6 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
bonethug-0.0.5 skel/project_types/silverstripe3/public/abc/lib/codemirror/demo/variableheight.html
maglev-database-explorer-0.0.5 public/libs/codemirror/demo/variableheight.html
maglev-database-explorer-0.0.4 public/libs/codemirror/demo/variableheight.html
maglev-database-explorer-0.0.3 public/libs/codemirror/demo/variableheight.html
maglev-database-explorer-0.0.2 public/libs/codemirror/demo/variableheight.html
maglev-database-explorer-0.0.1 public/libs/codemirror/demo/variableheight.html