index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
markdown-reader-more.native
Age
Commit message (
Expand
)
Author
2022-09-14
Fix implicit_header_references with duplicate headings.
John MacFarlane
2022-07-30
Support rowspans and colspans in grid tables (#8202)
Albert Krewinkel
2022-07-30
Add tests for zero-width and fullwidth chars in grid tables
Albert Krewinkel
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
2021-01-07
T.P.Parsing: modify gridTableWith' for headerless tables.
John MacFarlane
2020-11-14
Markdown reader: don't increment stateNoteNumber for example refs.
John MacFarlane
2020-09-21
Markdown reader: Set citationNoteNum accurately in citations.
John MacFarlane
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
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
2018-08-15
Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.
John MacFarlane
2018-01-17
Markdown reader: don't coalesce adjacent raw LaTeX blocks...
John MacFarlane
2018-01-13
LaTeX reader: pass through macro defs in rawLaTeXBlock...
John MacFarlane
2017-12-22
`latex_macros` extension changes.
John MacFarlane
2017-12-22
Markdown reader: improved raw tex parsing.
John MacFarlane
2017-08-19
Markdown reader: use CommonMark rules for list item nesting.
John MacFarlane
2017-07-24
LaTeX reader: some improvements in macro parsing.
John MacFarlane
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2017-05-11
Combine grid table parsers
Albert Krewinkel
2017-02-04
Moved tests/ -> test/.
John MacFarlane