aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-12stack.yaml - add skylighting-format-typst.pandoc-cli-3.6.23.6.2John MacFarlane
2025-01-12Update AUTHORS.mdJohn MacFarlane
2025-01-12Regenerate man pages.John MacFarlane
2025-01-12stack.yaml - use tls 2.1.6John MacFarlane
2025-01-12Update README.mdJohn MacFarlane
2025-01-12Update changelog.John MacFarlane
2025-01-12Improve links and descriptions for `odt`, `opendocument`.John MacFarlane
Closes #10518.
2025-01-12Update man pages.John MacFarlane
2025-01-12Bump to 3.6.2 and update manual dateJohn MacFarlane
2025-01-12Bump to 3.6.2, update changelogJohn MacFarlane
2025-01-12Use texmath 0.12.8.13John MacFarlane
2025-01-12Revert "Depend on skylighting 0.14.6"John MacFarlane
This reverts commit 12bce32bff7e74e0c405e0a979ef5d3e3528c4ad. We don't need this yet, until we have a solution to #10525.
2025-01-11lua-filters.md: document system.os return values.John MacFarlane
Closes #10523.
2025-01-10Fix 9495 command test for windows.John MacFarlane
2025-01-10Docx reader and writer: support row heads.John MacFarlane
Reader: When `w:tblLook` has `w:firstColumn` set (or an equivalent bit mask), we set row heads = 1 in the AST. Writer: set `w:firstColumn` in `w:tblLook` when there are row heads. (Word only allows one, so this is triggered by any number of row heads > 0.) Closes #9495.
2025-01-10Docx reader: read table styles as custom styles...John MacFarlane
...when `styles` extension is enabled. Closes #9603. Also improve manual's coverage of custom styles.
2025-01-09replace LibreOffice PDF documentation link to latestStéphane Guillou
... so it links to the latest major release rather than a specific major release (which there are two of every year)
2025-01-08nightly workflow: use ghc 9.8, cabal 3.14.John MacFarlane
2025-01-07Depend on skylighting 0.14.6John MacFarlane
2025-01-07HTML reader: add size information for fa svg icons.John MacFarlane
If the icon has class fa-fw or fa-w16 or fa-w14, we add a width attribute to prevent the icon from appearing full-width in PDF or docx output. Closes #10134.
2025-01-06CI: don't use -Werror on ghc 9.10.John MacFarlane
2025-01-06CI: test with ghc 9.8, 9.10John MacFarlane
2025-01-06Djot reader/writer highlighted text fixes:John MacFarlane
- The reader now uses a Span with class "mark" rather than "highlighted", for consistency with the other pandoc readers and writers. - The writer renders a Span with sole class "mark" as highlighted text.
2025-01-06Asciidoc writer: don't emit class in span if it's just "mark".John MacFarlane
"mark" class is used for highlighting, and Asciidoc treats bare `#...#` with no attributes as highlighted text. Closes #10511.
2025-01-06CI: comment out nix build.John MacFarlane
Pending a solution for #10509.
2025-01-06EPUB v2 writer: fix cover image.John MacFarlane
Closes #10505. Regression from 3.6 caused by #10404.
2025-01-05Allow random 1.3.John MacFarlane
2025-01-05Use latest dev texmath.John MacFarlane
2025-01-05Use dev version of texmath.John MacFarlane
Typst writer improvements.
2025-01-03Add mdoc St for C23Evan Silberman
Following mandoc: https://cvsweb.bsd.lv/mandoc/st.c?rev=1.19&content-type=text/x-cvsweb-markup
2025-01-02default.nix: add happy, which is needed by toml-parser.John MacFarlane
2025-01-01Typst writer: fix handling of pixel image dimensions.John MacFarlane
These are now converted to inches as in the LaTeX writer. Closes #9945.
2024-12-28AsciiDoc writer: improve escaping.John MacFarlane
Closes #10385. Closes #2337. Closes #6424.
2024-12-27RST reader: fix handling of underscores.John MacFarlane
Fixes a regression in 3.6 that caused problems parsing text with underscores. Closes #10497.
2024-12-27Make pod the default reader for .pod/.pl/.pmEvan Silberman
2024-12-27Add Pod readerEvan Silberman
Pod ("Plain old documentation") is a markup languaged used principally to document Perl modules and programs. Since it was originally meant to be translated pretty directly to man, the semantics are fairly simple. This Pod reader was developed with reference to the canonical user and implementer documentation of Pod: https://perldoc.perl.org/perlpod and https://perldoc.perl.org/perlpodspec. There are 1490 .pod, .pl, and .pm in the Perl 5.34 distribution found in /System/Library/Perl on my mac. Of those, this reader dies with a parse error on 7 of them. All of them seem to be cases where pod commands are found within a non-colon-prefixed =begin/=end. perlpodspec says I may treat this as an error. [API change] adds readPod
2024-12-23Improve message for asciidoc input error (#10492)Santiago Zarate
Closes #8416.
2024-12-23Update changelog.pandoc-lua-engine-0.4.1pandoc-cli-3.6.13.6.1John MacFarlane
2024-12-23MediaWiki reader: allow empty quoted attributes.John MacFarlane
Closes #10490.
2024-12-23MediaWiki reader: allow cells starting with `+`.John MacFarlane
Closes #10491.
2024-12-23pandoc-lua-engine: bump to 0.4.1.John MacFarlane
2024-12-23Fix spacing error.John MacFarlane
2024-12-22Update MANUAL.txt date and regenerate man pages.John MacFarlane
2024-12-22Bump pandoc-cli to 3.6.1 and depend on pandoc 3.6.1John MacFarlane
2024-12-22Bump to 3.6.1, update changelogJohn MacFarlane
2024-12-22Depend on skylighting/skylighting-core 0.14.5John MacFarlane
2024-12-22Docx writer: restart footnotes by section by default.John MacFarlane
This can be overridden by a final sectPr element in the body of the reference.docx. It will only change things for `--top-level-division=chapter`, since only top-level chapters are put in separate sections. For that use it will mean that footnote numbers start over with each chapter, which is usually what is wanted. Closes #2773.
2024-12-22Remove old comment-out line.John MacFarlane
2024-12-22Docx writer: better handling of chapters.John MacFarlane
When `--top-level-division=chapter` is used, a paragraph with section properties is inserted before each level-1 heading. By default, this causes the new heading to start on a new page (though this default can be adjusted in Word). This change should also make it possible to number footnotes by chapter (#2773), though that change isn't yet made.
2024-12-22Markdown writer: avoid collapsing of initial/final newline in...John MacFarlane
...markdown raw blocks. For motivation see #10477.