It seems just today on Wednesday that Markdown stopped working. For example:
`inline.code:string`, _emphasis_, __strong__, [link](//news.ycombinator.com)
- List item using a dash.
- Another list item.
* This list item uses an asterick
Some multiline code:
box = new multiline.codeblock({
className: "foo",
id: "1234",
markdown: true
});
Ordered list:
1. *Emphasis using asterick.*
2. **Strong using two astericks.**
http://news.ycombinator.com/formatdoc