Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -4/+0 | |
2011-12-02 | Shared: Removed unescapeURI, modified escapeURI. | John MacFarlane | 1 | -4/+2 | |
escapeURI now only escapes space characters, leaving unicode characters as they are, instead of converting them to octets and URL-encoding them, as before. This gives more readable URIs. User agents now do the percent-encoding themselves. URIs are no longer unescaped at all on conversion to markdown, asciidoc, rst, org. Closes #349. | |||||
2011-11-18 | AsciiDoc: Don't use Roman numerals in ordered lists. | John MacFarlane | 1 | -2/+6 | |
AsiiDoc doesn't support them. | |||||
2011-11-18 | Renamed to AsciiDoc. Fixed display math and escapes. | John MacFarlane | 1 | -0/+369 | |
AsciiDoc does not seem to have consistent escaping rules. |