Skip to content

Instantly share code, notes, and snippets.

@tobynet
Created March 31, 2012 07:26
Show Gist options
  • Save tobynet/2260410 to your computer and use it in GitHub Desktop.
Save tobynet/2260410 to your computer and use it in GitHub Desktop.
[issue] markdown 1.0.1 converted to a hash instead of contents??????
$ 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>
- 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