aboutsummaryrefslogtreecommitdiff
path: root/test/markdown-reader-more.native
AgeCommit message (Expand)Author
2025-03-14Markdown reader: remove some misguided list fanciness.John MacFarlane
2025-02-13Smart quote parsing: ignore curly quotes.John MacFarlane
2022-09-14Fix implicit_header_references with duplicate headings.John MacFarlane
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-07-30Add tests for zero-width and fullwidth chars in grid tablesAlbert Krewinkel
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane
2018-08-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane
2018-01-17Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane
2018-01-13LaTeX reader: pass through macro defs in rawLaTeXBlock...John MacFarlane
2017-12-22`latex_macros` extension changes.John MacFarlane
2017-12-22Markdown reader: improved raw tex parsing.John MacFarlane
2017-08-19Markdown reader: use CommonMark rules for list item nesting.John MacFarlane
2017-07-24LaTeX reader: some improvements in macro parsing.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-05-11Combine grid table parsersAlbert Krewinkel
2017-02-04Moved tests/ -> test/.John MacFarlane