John MacFarlane
John MacFarlane
The proposal is to provide a way to do `pandoc --defaults source.md` or `pandoc -d source.md`, and have pandoc read its default options from a particular part of the markdown...
### Discussed in https://github.com/jgm/pandoc/discussions/9390 Originally posted by **rgaiacs** January 30, 2024 Pandoc has support to Microsoft Word's native table caption. For example, when [mwe-table.docx](https://github.com/jgm/pandoc/files/14099222/mwe-table.docx)  is converted using...
Add support for new table features introduced in jgm/pandoc-types#66 including table attributes (including identifier), ~rowspan, colspan~ (this was implemented in https://github.com/jgm/pandoc/commit/56b211120c62a01f8aba1c4512acfe4677d8c7d0), table head and foot, ~multiple header lines~, row headers,...
``` 1. [X] item 2. [ ] item ``` This will render as an ordered task list in docx and html, and an unordered task list in LaTeX/PDF. I don't...
Add support for (at least some of) the new table features introduced in pandoc-types/pull/66. This must wait for syntax decisions: see issue #6317
suggests that `dir="auto"` should go on every tag (unless of course this is overridden by local attributes). Would this be a desirable change to the HTML writer?
Most elements we pass through to be interpreted elsewhere, but this one needs to be evaluated here, because only here do we have the needed style information. We also need...
It would be nice to be able to walk an AST and perform a replacement or query on all attributes. (We need to do that, e.g., in the EPUB writer.)...
Walk is a bit of a mess. It seems we should be able to do something more elegant, using recursion schemes or something. For motivation see jgm/pandoc#7130. Here we have...
peg-markdown takes forever to process this: ``` ***************************************[[[[[[[[[[[[[[[[[[[[-----------------]]]]]]]]]]]]]]]]]*************************** [[[[[[[[[[[[[[[[[[[[-----------------]]]]]]]]]]]]]]]]]: :: ```