What is CDATA? How to install markdown in windows?
Jun 292009

Markdown is used to save

text

into html format.

———–

e.g.,

in Markdown

* Foo
* Bar
* Baz

will be saved


<ul>
   <li>Foo</li>
   <li>Bar</li>
   <li>Baz</li>
</ul>
Posted by weboom at 5:14 am Tagged with: ,

Leave a Reply

(required)

(required)

Switch to our mobile site
Top Footer