index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
latex-reader.native
Age
Commit message (
Expand
)
Author
2021-11-07
LaTeX reader: add 'uri' class when parsing `\url`.
John MacFarlane
2021-09-28
Switch from pretty-simple to pretty-show for native output.
John MacFarlane
2021-09-21
Use pretty-simple to format native output.
John MacFarlane
2020-11-26
LaTeX reader: preserve center environment (#6852)
Igor Pashev
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-15
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2017-07-12
Make sure \write18 is parsed as raw LaTeX.
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-05-15
Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...
Henri Werth
2017-02-22
When parsing raw LaTeX commands, include trailing space.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane