Created
March 31, 2012 07:26
-
-
Save tobynet/2260410 to your computer and use it in GitHub Desktop.
[issue] markdown 1.0.1 converted to a hash instead of contents??????
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ markdown --version | |
This is Markdown, version 1.0.1. | |
Copyright 2004 John Gruber | |
http://daringfireball.net/projects/markdown/ | |
$ which markdown | |
/usr/bin/markdown | |
$ markdown test.txt | |
<ul> | |
<li><p>tontontonton</p> | |
<ul> | |
<li>momomonmon</li> | |
</ul> | |
<p>tm</p></li> | |
</ul> | |
<h1>foobar</h1> | |
4a3470eca9e75c9cce3f2421c2f267da | |
<p>ohhoooooohhhoohh</p> | |
<p><p>gyooooooo</p></li> | |
</ul></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- tontontonton | |
- momomonmon | |
tm | |
# foobar | |
- hoge | |
- o | |
hoge | |
ohhoooooohhhoohh | |
gyooooooo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment