Skip to content

Commit

Permalink
Merge pull request #85 from vyahhi/patch-1
Browse files Browse the repository at this point in the history
English language fixes in demo.
  • Loading branch information
sofish committed Feb 28, 2014
2 parents 8813d36 + 5a229c6 commit 46b7582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ <h2>Enjoy live editing (+markdown)</h2>

<p><b><i>Click to edit, Select to apply effect, click items of toolbar to toggle effects.</i></b></p>
<hr>
<p>Horizontal-Rule can be insert by click「...」on the toolbar or just type「... 」/「--- 」/「*** 」at line start. Note that
<p>Horizontal-Rule can be inserted by click「...」on the toolbar or just type「... 」/「--- 」/「*** 」at line start. Note that
there's a SPACE at the end of a command.</p>
<hr>
<p>To link or unlink, please press the <i>ENTER</i> key after you filled the input field with your a link. A <a
href="/sofish">link</a> can be unlink by apply an empty value to the input field.
href="/sofish">link</a> can be unlink by applying an empty value to the input field.

<p>
<ul>
<li>Ordered list and unordered list is supported.</li>
<li>Ordered list and unordered list are supported.</li>
<li>Use the toolbar or use markdown syntax like「<b>1. </b>」,「<b>- </b>」or「<b>* </b></li>
</ul>
<blockquote>You can quote text by type「<b>&gt;</b>」at line start.</blockquote>
<p>What about add underline to text? "<u>Stay Hungry, Stay Foolish - <i>Steve Jobs</i></u>".</p>
<pre>A code block is also support by type 「```」 at line start and press SPACE.</pre>
<pre>A code block is also supported by type 「```」 at line start and press SPACE.</pre>
<p>For more, please checkout: <a href="https://github.com/sofish/pen#readme" target="_blank">https://github.com/sofish/pen#readme</a>
</p>
</div>
Expand Down

0 comments on commit 46b7582

Please sign in to comment.