Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-15 | Fix indirect hyperlink targets. Closes #512. | John MacFarlane | 1 | -0/+41 | |
2017-02-13 | LaTeX reader: properly handle column prefixes/suffixes. | John MacFarlane | 1 | -0/+24 | |
For example, in \begin{tabular}{>{$}l<{$}>{$}l<{$} >{$}l<{$}} each cell will be interpreted as if it has a `$` before its content and a `$` after (math mode). | |||||
2017-02-11 | Fixed small bug in RST list parsing. | John MacFarlane | 1 | -0/+19 | |
See #3432. Previously the parser didn't handle properly this case: * - a - b * - c - d | |||||
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 1 | -0/+27 | |
These were confusing. Now we rely on the +raw_tex or +raw_html extension with latex or html input. Thus, instead of --parse-raw -f latex we use -f latex+raw_tex and instead of --parse-raw -f html we use -f html+raw_html | |||||
2017-02-05 | Handle language in inline code with --listings. | John MacFarlane | 1 | -0/+9 | |
Closes #3422. | |||||
2017-02-04 | More smart escaping tests. | John MacFarlane | 1 | -0/+20 | |
2017-02-04 | Added first command test to cabal metadata and repo. | John MacFarlane | 1 | -0/+25 | |