- Jan 12, 2025
-
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
Closes #10518.
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
-
John MacFarlane authored
This reverts commit 12bce32b. We don't need this yet, until we have a solution to #10525.
- Jan 11, 2025
-
-
John MacFarlane authored
Closes #10523.
-
John MacFarlane authored
-
John MacFarlane authored
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.
-
- Jan 10, 2025
-
-
John MacFarlane authored
...when `styles` extension is enabled. Closes #9603. Also improve manual's coverage of custom styles.
-
Stéphane Guillou authored
... so it links to the latest major release rather than a specific major release (which there are two of every year)
-
- Jan 08, 2025
-
-
John MacFarlane authored
-
John MacFarlane authored
-
- Jan 07, 2025
-
-
John MacFarlane authored
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.
-
John MacFarlane authored
-
John MacFarlane authored
-
- Jan 06, 2025
-
-
John MacFarlane authored
- 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.
-
John MacFarlane authored
"mark" class is used for highlighting, and Asciidoc treats bare `#...#` with no attributes as highlighted text. Closes #10511.
-
John MacFarlane authored
Pending a solution for #10509.
-
John MacFarlane authored
Closes #10505. Regression from 3.6 caused by #10404.
-
John MacFarlane authored
-
John MacFarlane authored
-
- Jan 05, 2025
-
-
John MacFarlane authored
Typst writer improvements.
-
- Jan 04, 2025
-
-
Evan Silberman authored
Following mandoc: https://cvsweb.bsd.lv/mandoc/st.c?rev=1.19&content-type=text/x-cvsweb-markup
-
- Jan 02, 2025
-
-
John MacFarlane authored
-
John MacFarlane authored
These are now converted to inches as in the LaTeX writer. Closes #9945.
-
- Dec 29, 2024
-
-
John MacFarlane authored
Closes #10385. Closes #2337. Closes #6424.
-
- Dec 28, 2024
-
-
John MacFarlane authored
Fixes a regression in 3.6 that caused problems parsing text with underscores. Closes #10497.
-
- Dec 27, 2024
-
-
Evan Silberman authored
-
Evan Silberman authored
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
-
- Dec 23, 2024
-
-
Santiago Zarate authored
Closes #8416.
-
John MacFarlane authored
Closes #10490.
-
John MacFarlane authored
Closes #10491.
-