Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Fixed bug (text would be code-formatted upon loading). Added link to …
Browse files Browse the repository at this point in the history
…icons developer
  • Loading branch information
slhck committed Oct 26, 2011
1 parent e37c723 commit 51d7964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,19 @@

<div id="editor">
<div id="toolbar" class="wmd-toolbar"></div>
<textarea id="input" class="wmd-input" rows="30" cols="80">
</textarea>
<textarea id="input" class="wmd-input" rows="30" cols="80"></textarea>
<div id="tools">
<button id="highlightCode" class="toolbutton">Highlight Code</button>
<button id="selectall" class="toolbutton" onclick="selectAll();">Select all preview text</button>
<button id="copyall" class="toolbutton" onclick="copyAll();">Copy to clipboard</button>
<!-- <button id="copyall" class="toolbutton" onclick="copyAll();">Copy to clipboard</button> -->
</div>
</div>
<div id="preview" class="wmd-preview">
</div>


<div id="footer">
<strong>online markdown editor</strong> written by <a href="http://homepage.univie.ac.at/werner.robitza">werner robitza</a> // based on <a href="http://github.com/innocead/wmd">wmd</a> // uses <a href="http://balupton.com/projects/jquery-syntaxhighlighter">jQuery syntax highlighter</a> // current <a href="issues.html">issues</a>
<strong>online markdown editor</strong> written by <a href="http://homepage.univie.ac.at/werner.robitza">werner robitza</a> // based on <a href="http://github.com/innocead/wmd">wmd</a> // uses <a href="http://balupton.com/projects/jquery-syntaxhighlighter">jQuery syntax highlighter</a> and icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a> // current <a href="issues.html">issues</a>
</div>

</body>
Expand Down
6 changes: 3 additions & 3 deletions issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</head>
<body>

<div id="main">

<div style="margin:30px">
<p>Report issues on <a href="https://github.com/slhck/online-markdown-editor/issues">github</a> please. I don't know if I have time to look into them though.</p>
</div>

<div id="footer">
<strong>online markdown editor</strong>, based on <a href="http://github.com/innocead/wmd">wmd</a> // uses <a href="http://balupton.com/projects/jquery-syntaxhighlighter">jQuery syntax highlighter</a> // current <a href="issues.html">issues</a>
<strong>online markdown editor</strong> written by <a href="http://homepage.univie.ac.at/werner.robitza">werner robitza</a> // based on <a href="http://github.com/innocead/wmd">wmd</a> // uses <a href="http://balupton.com/projects/jquery-syntaxhighlighter">jQuery syntax highlighter</a> and icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a> // back to <a href="index.html">main</a>
</div>

</body>
Expand Down

0 comments on commit 51d7964

Please sign in to comment.