Displaying 1 result from an estimated 1 matches for "wwwxhhh".
2008 Mar 01
1
discount <markdown in C>
...racter substitutions
4. pseudo-protocol extensions
- [foo](class:bar) -- wrap foo in <span class=bar>
- [foo](id:bar) -- wrap foo in <a id="bar">
- [foo](raw:bar) -- emit bar without any processing
5. size extensions for images, via
![alt](image =WWWxHHH "title")
6. pandoc-style header blocks
7. <style> block elements, which are squirreled away by the
library and can be retrieved by web-page generators.
Despite all this, discount still passes MarkdownTest_1.0 when
I turn extensions off and turn --tidy on.
-david par...