bea62bcab8
The smartPuncutation parser from the markdown parser was being used, but this creates two problems: * smart punctuation rules are slightly different in textile, for example, a single dash wish space around becomes an En dash. * the following gets parsed as a double quoted string followed by a colon, rather than as a link: "emphasized text":http://my.url.com This needs rethinking. |
||
---|---|---|
.. | ||
HTML.hs | ||
LaTeX.hs | ||
Markdown.hs | ||
RST.hs | ||
TeXMath.hs | ||
Textile.hs |