aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane
2020-09-21Parsing: add stateInNote and stateLastNoteNumber to ParserState.John MacFarlane
2020-09-21Sort YAML metadata keys in Markdown output case-insensitive.John MacFarlane
2020-09-21Remove duplicate tshow definition.John MacFarlane
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel
2020-09-19Command line options: use normalizePath in more places.John MacFarlane
2020-09-19Asciidoctor images (#6671)argent0
2020-09-19Add CSS to default HTML template (#6601)Mauro Bieg
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane
2020-09-15LaTeX writer: fix spacing issue with list in definition list.John MacFarlane
2020-09-15LaTeX reader: fix improper empty cell filtering (#6689)Christian Despres
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres
2020-09-11Use the original tail instead of deconstructing and reconstructing it (#6678)Joseph C. Sible
2020-09-10Changed default link state to invisible (#6676)Leonard Rosenthol
2020-09-10Improved uncertainty handling in slunitx.John MacFarlane
2020-09-10LaTeX reader: support parenthesized uncertainties in siunitx.John MacFarlane
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel
2020-09-10Implement support for internal document links in ICML (#6606)Leonard Rosenthol
2020-09-10docbook reader: Implement column span support for tables (#6492)Nils Carlson
2020-09-08Reader.LaTeX.hs: remove trailing whitespaceAlbert Krewinkel
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres
2020-09-02Support numrange, numlist for siunitx.John MacFarlane
2020-09-02Support some missing siunitx commands.John MacFarlane
2020-09-02LaTeX reader: Support siunitx `\ang`.John MacFarlane
2020-09-02Skip opts for `\si`.John MacFarlane
2020-09-02LaTeX reader: support `\si` and improve other siunitx commands.John MacFarlane
2020-09-02LaTeX reader: support `\num` from siunitx.John MacFarlane
2020-09-02LaTeX reader: Support squared, cubed, tothe in siunitx.John MacFarlane
2020-09-02LaTeX reader: Factored out siunitx stuff into separate module.John MacFarlane
2020-08-24Docx writer: separate adjacent tables.John MacFarlane
2020-08-21HTML writer: Fix addition of doc-biblioentry role.John MacFarlane
2020-08-15[Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608)Laurent P. René de Cotret
2020-08-14Change SIRange to SIrange (#6617)Emerson Harkin
2020-08-11DocBook reader: Update list of block level tags.John MacFarlane
2020-08-09Remove `fenced_code_blocks` and `backtick_code_blocks` from...John MacFarlane
2020-08-07[Latex Reader] Table cell parser not consuming spaces correctly (#6597)Laurent P. René de Cotret
2020-08-06Options: Add `/tex-mml-chtml.js` to defaultMathJaxURL.John MacFarlane
2020-07-31Org writer: don't force blank line after headersAlbert Krewinkel
2020-07-29Add extensions to `gfm` and `commonmark`:John MacFarlane
2020-07-29Writers/Shared: add missing function docsAlbert Krewinkel
2020-07-25Lua filters: make attr argument optional in Table constructorAlbert Krewinkel
2020-07-24Make sure proper set of extensions is recognized for commonmark_x.John MacFarlane
2020-07-23Markdown writer: use numerical labels for refs...John MacFarlane
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane
2020-07-23Minimal support for SIRange in LaTeX reader (#6418)Emerson Harkin