tinydown
a lightweight markdown parser beyond the regular constrains
What Does tinydown Support
Initially ideated to write markdown on blogger or other online platforms, this fully tested parser can do the following:
- lists, like this one, both ordered and / or unordered with
the possibility to go new line preserving the list item
- so that this becomes a nested item
- and this one too
- em and strong via single or double * or _
- paragraphs to keep the semantic right
- blockquotes and nested block quotes
- links and images
- hr, br, h1, h2, h3, h4, h5, and h6
- code blocks,
inline blocks
, andtick`box
- basically all you can do with markdown in a sort of simplified way ... plus
-
youtube embedded videos, i.e.
![noniframe cotent](http://www.youtube.com/watch?v=bRt5z880CFY)
-
gists from github, hacking the
document.write
like a boss so you can do that on the fly regardless![just a gist](https://gist.github.com/WebReflection/5379375)
will produce
You can also try the test page able to show this own layout on the fly.
enjoy
© Mit Style WebReflection