Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -1/+1 |
2009-12-05 | Markdown reader: Treat a backslash followed by a newline as hard linebreak. | fiddlosopher | 1 | -1/+3 |
2009-11-29 | Markdown reader: Use + rather than %20 for spaces in URLs. | fiddlosopher | 1 | -2/+2 |
2009-11-01 | Properly handle commented-out list items in markdown. | fiddlosopher | 1 | -1/+5 |
2009-10-12 | Fix inline math parser so that \$ is allowed in math. | fiddlosopher | 1 | -1/+3 |
2009-01-31 | Gobble space after Plain blocks containing only raw html inline. | fiddlosopher | 1 | -1/+4 |
2008-11-01 | Markdown reader: Allow blank space at end of horizontal rules. | fiddlosopher | 1 | -1/+4 |
2008-11-01 | Markdown reader: cleaner handling of spaces in URLs. | fiddlosopher | 1 | -1/+4 |
2008-08-11 | Parse raw ConTeXt environments as TeX in markdown reader. | fiddlosopher | 1 | -1/+4 |
2008-08-10 | Allow newline before URL in markdown link references. Resolves Issue #81. | fiddlosopher | 1 | -0/+5 |