pandoc/test/command
John MacFarlane 1af2cfb287 Handle relative lengths (e.g. 2*) in HTML column widths.
See <https://www.w3.org/TR/html4/types.html#h-6.6>.

"A relative length has the form "i*", where "i" is an integer. When
allotting space among elements competing for that space, user agents
allot pixel and percentage lengths first, then divide up remaining
available space among relative lengths. Each relative length receives a
portion of the available space that is proportional to the integer
preceding the "*". The value "*" is equivalent to "1*". Thus, if 60
pixels of space are available after the user agent allots pixel and
percentage space, and the competing relative lengths are 1*, 2*, and 3*,
the 1* will be alloted 10 pixels, the 2* will be alloted 20 pixels, and
the 3* will be alloted 30 pixels."

Closes #4063.
2021-05-22 22:03:54 -07:00
..
01.csv RST reader: fix csv tables with multiline cells. 2020-07-21 10:20:15 -07:00
168.md
256.md
262.md
512.md
645.md
853.md
934.md
982.md
987.md
1126.md LaTeX writer: avoid {} after control sequences when escaping. 2019-02-01 21:17:46 -08:00
1166.md
1279.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
1390.md
1592.md HTML reader: support <bdo> (#6271) 2020-04-11 09:57:59 -07:00
1608.md LaTeX reader: Fix parsing of "show name" in newtheorem. 2020-10-08 22:47:32 -07:00
1629.md
1710.md Replace Element and makeHierarchical with makeSections. 2019-09-08 22:20:19 -07:00
1718.md
1745.md
1762.md Make some writers sensitive to 'unlisted' class on headings. 2019-10-10 09:15:40 -07:00
1773.md
1841.md
1881.md HTML reader: support body headers, row head columns 2020-11-27 10:36:13 +01:00
1905.md
2103.md Further improvements in smart quotes. 2021-04-29 08:48:49 -07:00
2118.md LaTeX reader: improve caption and label parsing. 2020-02-12 17:43:55 -08:00
2228.md
2378.md LaTeX writer: revert table line height increase in 2.11.3. 2021-01-02 07:56:07 -08:00
2397.md
2434.md
2549.md
2552.md
2602.md
2606.md
2649.md Mediawiki reader: improve table parsing. 2018-03-28 08:59:34 -07:00
2662.md HTML writer: output video and audio elements 2019-05-29 09:43:50 +02:00
2834.md
2874.md
2994.md
3113.md
3123.md HTML reader: fix htmlTag and isInlineTag to accept processing instructions. 2018-10-11 09:58:25 -07:00
3236.md
3257.md
3309.md
3314.md
3324.md LaTeX writer: fix line breaks at start of paragraph. 2019-07-20 17:12:53 -07:00
3337.md
3348.md Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
3401.md
3407.md RST reader: improve parsing of inline interpreted text roles. 2018-08-05 09:56:43 -07:00
3422.md
3432.md More spellcheck 2018-07-02 19:07:28 +03:00
3432a.md
3450.md HTML writer: output video and audio elements 2019-05-29 09:43:50 +02:00
3475.md
3487.md
3494.md LaTeX reader: fix bugs omitting raw tex. 2018-10-07 12:21:43 -07:00
3497.md
3499.md
3510-export.latex
3510-src.hs
3510-subdoc.org
3510.md
3511.md
3512.md
3516.md T.P.Parsing: modify gridTableWith' for headerless tables. 2021-01-07 11:07:03 -08:00
3518.md
3523.md Support epigraph command in LaTeX Reader. 2019-06-21 18:27:26 +02:00
3526.md
3529.md
3530.md LaTeX reader: don't try to parse includes if raw_tex is set. 2019-09-02 21:03:05 -07:00
3531.md Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
3533-rst-csv-tables.csv
3533-rst-csv-tables.md Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
3534.md Add support for latex mintinline (#4365) 2018-08-17 20:57:36 -07:00
3537.md
3539.md
3558.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
3568.md Move common groff functions to Text.Pandoc.Writers.Groff 2018-10-17 17:26:37 -07:00
3570.md
3577.md HTML writer: improve alt-text/caption handling for HTML5 2020-07-01 14:54:52 +02:00
3585.md
3587.md LaTeX reader: Support squared, cubed, tothe in siunitx. 2020-09-02 11:06:26 -07:00
3596.md
3615.md
3619.md
3630.md
3667.md
3674.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
3675.md RST writer: use more consistent indentation. 2018-04-19 13:47:16 -07:00
3681.md
3690.md
3701.md
3706.md Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
3708.md Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
3715.md
3716.md Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
3730.md
3733.md
3734.md Remove use of cmark-gfm for commonmark/gfm rendering. 2020-07-19 22:51:59 -07:00
3736.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
3755.md
3771.md
3773.md
3779.md
3792.md Markdown writer: fewer unneeded escapes for #. 2021-05-16 12:23:34 -07:00
3794.md
3803.md
3804.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
3816.md
3824.md DokuWiki writer: translate language names for code elements... 2020-11-04 22:38:53 -08:00
3840.md
3853.md
3880.md
3880.txt
3916.md
3937.md
3947.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
3958.md
3968.md
3971.md
3971b.tex
3974.md
3978.md
3983.md LaTeX reader: fix bugs omitting raw tex. 2018-10-07 12:21:43 -07:00
3989.md
4007.md
4012.md HTML writer: output video and audio elements 2019-05-29 09:43:50 +02:00
4016.md Replace Element and makeHierarchical with makeSections. 2019-09-08 22:20:19 -07:00
4019.md
4038.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
4054.md
4056.md Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
4061.md
4062.md
4063.md Handle relative lengths (e.g. 2*) in HTML column widths. 2021-05-22 22:03:54 -07:00
4068.md
4091.md
4113.md
4119.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
4125.md
4134.md
4156.md
4159.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
4162.md
4164.md Markdown writer: fewer unneeded escapes for #. 2021-05-16 12:23:34 -07:00
4171.md
4172.md
4183.md
4186.md Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
4193.md
4199.md
4208.md
4235.md HTML: prevent gratuitious emojification on iOS. 2019-04-30 22:32:52 -07:00
4240.md
4253.md
4254.md
4280.md
4281.md
4284.md Org reader: fix behavior for successive calls of #+EXCLUDE_TAGS. (#4951) 2018-10-05 22:21:20 -07:00
4306.md LaTeX reader: add support for nolinkurl command. (#4992) 2018-10-22 23:36:44 -07:00
4320.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
4374.md
4382.md RST reader: don't allow single-dash separator in headerless table. 2018-10-07 12:37:08 -07:00
4420.md RST writer: better image handling. 2020-12-13 15:25:46 -08:00
4424.md
4442.md LaTeX reader: better support for \xspace. 2021-05-19 16:14:49 -07:00
4454.md RST reader: Allow unicode bullet characters. 2018-03-14 17:33:00 -07:00
4499.md Fix #4499: add mbox and hbox handling to LaTeX reader (#5586) 2019-07-13 16:55:41 -07:00
4513.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
4527.md LaTeX reader: fix bugs omitting raw tex. 2018-10-07 12:21:43 -07:00
4528.md Remove use of cmark-gfm for commonmark/gfm rendering. 2020-07-19 22:51:59 -07:00
4529.md Make plain output plainer. 2019-09-22 11:33:09 -07:00
4545.md AsciiDoc Writer: escape square brackets at start of line (#4708) 2018-07-12 19:37:37 +02:00
4550.md Groff writer character escaping changes. 2018-10-23 21:44:07 -07:00
4553.md LaTeX reader: handle includes without surrounding blanklines. 2018-06-01 09:25:10 -07:00
4576.md Add test for #4576. 2018-05-08 09:14:58 -07:00
4578.md Markdown reader/writer: spacing adjustments in tables. 2018-04-21 13:06:57 -07:00
4579.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
4589.md Add tests for #4589 and #4594 (currently failing). 2018-04-25 23:04:08 -07:00
4594.md Add tests for #4589 and #4594 (currently failing). 2018-04-25 23:04:08 -07:00
4598.md RST reader: fix anonymous redirects with backticks. 2018-04-26 12:23:25 -07:00
4624.md LaTeX reader: allow verbatim blocks ending with blank lines. 2018-09-29 10:57:11 -07:00
4635.md Fix parsing of citations and quotes after parentheses. 2018-11-25 22:29:54 -08:00
4637.md Parsing: Lookahead for non-whitespace after single/double quote start. 2018-05-09 10:00:34 -07:00
4639.md Fix regression with tex math environments in HTML + MathJax. 2018-05-09 10:37:04 -07:00
4653.md rawLaTeXBlock: don't expand macros in macro definitions! 2018-05-15 09:19:13 -07:00
4667.md LaTeX reader rawLaTeXBlock: handle macros that resolve to a... 2018-05-30 12:49:01 -07:00
4669.md Fix error introduced in change to test for 4669. 2019-07-22 15:32:49 -07:00
4677.md HTML writer: improve alt-text/caption handling for HTML5 2020-07-01 14:54:52 +02:00
4690.md Replace Element and makeHierarchical with makeSections. 2019-09-08 22:20:19 -07:00
4715.md RST reader: pass through fields in unknown directives as div attributes. 2018-10-07 11:44:11 -07:00
4722.md TikiWiki reader: improve list parsing (#4723) 2018-06-28 13:35:54 +02:00
4742.md commonmark_x: replace auto_identifiers with gfm_auto_identifiers. 2020-11-20 09:17:14 -08:00
4743.md Wrap emojis in span nodes (#4759) 2018-07-15 15:14:40 -07:00
4748.md RST writer: don't treat 'example' as a syntax name. 2018-06-30 11:45:49 +02:00
4768.md LaTeX reader: handle parameter patterns for \def. 2018-08-14 00:03:55 -07:00
4781.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
4794.md Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
4805-beamer-columns-alignment.md LaTeX Writer: Add support for customizable alignment of columns in beamer (#6331) 2020-05-02 17:08:16 -07:00
4811.md Removed superfluous sourceCode class on code blocks. 2019-01-08 11:36:33 -08:00
4817.md Fix parsing of embedded mappings in YAML metadata. 2018-08-06 12:32:04 -07:00
4819.md Markdown reader: Properly handle boolean values in YAML metadata. 2018-08-07 09:26:58 -07:00
4832.md LaTeX reader: Allow % characters in URLs. 2018-08-12 16:46:48 -07:00
4833.md Remove admonition-title remnants. 2019-09-19 16:09:38 -07:00
4842.md LaTeX reader: fix siunitx unit commands... 2018-08-17 15:22:47 -07:00
4845.md HTML reader: extract spaces inside links instead of trimming them 2018-08-22 12:43:15 +03:00
4848.md LaTeX reader: support blockcquote, foreignblockquote from csquotes. 2018-08-21 21:03:43 -07:00
4860.md RSTR reader: don't skip link definitions after comments. 2018-08-29 14:40:04 -07:00
4877.md HTML reader: parse <script type="math/tex tags as math. 2018-09-07 09:41:17 -07:00
4880.md LaTeX writer: add newline if math ends in a comment. 2018-10-31 21:51:20 -07:00
4885.md Force inline code blocks to honor export options. 2018-09-26 08:49:13 +02:00
4908.md Markdown reader: example_lists should work without startnum. 2018-09-16 20:40:32 -07:00
4913.md Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
4919.md RST reader: fix bug with internal link targets. 2018-09-20 11:15:03 -07:00
4928.md Add support for multiprenote and multipostnote arguments in LaTeX. (#4930) 2018-09-25 20:49:13 -07:00
4933.md LaTeX reader: search for image with list of extensions... 2019-07-20 10:17:49 -07:00
4960.md LaTeX writer: with --biblatex, use \autocite when possible. 2018-10-08 20:47:09 -07:00
5010.md LaTeX reader: allow space at end of math after \. 2018-10-29 22:20:14 -07:00
5014.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
5039.md Roff reader: Improved handling of custom strings as arguments. 2018-11-02 21:35:49 -07:00
5050.md Add command test for #5050. 2018-11-06 22:57:11 -08:00
5053.md Added test for #5053. 2018-11-25 22:50:16 -08:00
5072.md LaTeX writer: don't emit [<+->] unless beamer output, 2018-11-12 09:43:12 -08:00
5079.md Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
5080.md HTML reader: parse <small> as a Span with class "small". 2018-11-15 22:36:01 -08:00
5099.md Markdown reader: Set citationNoteNum accurately in citations. 2020-09-21 10:10:37 -07:00
5107.md Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
5119.md Strip out illegal XML characters in escapeXMLString. 2018-12-04 09:24:15 -08:00
5121.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
5128.md RST writer: Improve spacing for tables with no width information. 2019-11-15 23:09:53 -08:00
5177.md Simplify/fix reading of --metadata values on command line. 2018-12-31 21:20:56 -08:00
5178.md Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
5182.md RST reader: change treatment of number-lines directives. (#5207) 2019-01-09 22:19:26 -08:00
5182.txt RST reader: change treatment of number-lines directives. (#5207) 2019-01-09 22:19:26 -08:00
5195.md Commonmark writer: fix handling of SoftBreak with hard_line_breaks. 2019-01-02 10:31:13 -08:00
5233.md LaTeX reader: support \endinput. Closes #5233. 2019-01-22 21:39:26 -08:00
5241.md HTML and markdown: treat textarea as a verbatim environment. 2019-01-21 20:54:12 -08:00
5271.md Markdown reader: add newline when parsing blocks in YAML. 2019-02-04 10:22:02 -08:00
5285.md Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
5304.md Markdown writer: Cleaner (code)blocks with single class (#7242) 2021-04-25 10:36:06 -07:00
5321.md Add new unexported module T.P.XMLParser. 2021-02-10 22:04:11 -08:00
5340.md Improved fix to #5340 and added test. 2019-03-18 16:53:36 -07:00
5360.md Fix parsing bug affected indented code after raw HTML. 2019-12-27 13:08:22 -08:00
5367.md LaTeX writer: revert table line height increase in 2.11.3. 2021-01-02 07:56:07 -08:00
5368.md Add test case for #5368. 2019-03-17 18:02:59 -07:00
5369.md Properly escape attributes in Markdown writer. 2019-03-17 18:15:47 -07:00
5407.md LaTeX writer: Avoid inadvertently creating ? or ! ligatures. 2019-03-29 10:04:22 -07:00
5410.md Roff readers: better parsing of groups. 2019-09-04 09:24:42 -07:00
5416.md Update command test #5416 to make it windows friendly 2019-04-02 17:59:47 -07:00
5420.md LaTeX writer: Include inline code attributes with --listings. 2019-06-07 10:03:10 -07:00
5439.md Include trailing {}s in raw latex commands. 2019-06-04 21:20:11 -07:00
5446.md RST writer: treat Span as transparent. 2019-04-15 09:48:11 -07:00
5474-figures.md odt: Add external option for native numbering 2019-09-24 15:23:59 -07:00
5474-tables.md Place caption before table in OpenDocument format. (#5869) 2019-11-03 07:17:05 -08:00
5476.md Fix footnote in image caption. 2019-05-01 16:56:37 -07:00
5495.md Markdown writer: Handle labels with integer names 2019-05-21 12:19:59 -04:00
5519.md Markdown writer: Cleaner (code)blocks with single class (#7242) 2021-04-25 10:36:06 -07:00
5529.md LaTeX writer: Use mbox to get proper behavior inside \sout. 2019-06-10 15:02:48 -07:00
5540.md LaTeX reader: pass through unknown listings language as class. 2019-06-08 12:25:34 -07:00
5541-localLink.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
5541-nesting.md ICML writer: fix image bounding box for custom widths/heights 2020-12-12 14:49:11 +01:00
5541-urlLink.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
5543.md Avoid unwanted interpretation of def list term as other kind of block, 2019-06-03 09:51:19 -07:00
5549.md Markdown reader: don't create implicit reference for empty header. 2019-06-04 08:39:54 -07:00
5565.md Asciidoc writer: ensure correct nesting strong/emph. 2019-06-10 14:42:08 -07:00
5566.md Asciidoc writer: use doubled ## when necessary for spans. 2019-06-10 14:47:04 -07:00
5574.md LaTeX writer: Don't highlight code in headings. 2019-06-11 20:47:29 -07:00
5619.md RST reader: keep name property in imgAttr. (#5637) 2019-07-10 18:35:01 -07:00
5620.md Man writer: Improved definition list term output. 2019-07-13 16:41:43 -07:00
5627.md Fix tests for skylighting 0.10 2020-08-31 21:22:03 +02:00
5635.md LaTeX reader: Properly handle \providecommand and environment... 2019-07-13 15:51:33 -07:00
5642.md HTML writer: improve alt-text/caption handling for HTML5 2020-07-01 14:54:52 +02:00
5650.md Fix tests for skylighting 0.10 2020-08-31 21:22:03 +02:00
5654.md LaTeX reader: support tex \tt command. 2019-07-22 15:29:07 -07:00
5655.md Use CSS in favor of <br> for display math (#6372) 2020-05-18 22:45:44 -07:00
5682.md LaTeX reader: properly handle optional arguments for macros. 2019-09-02 18:48:37 -07:00
5684.md Rename test for 5685 -> 5684 (typo in last commit). 2019-08-14 11:13:18 -07:00
5686.md Fix command test 5686 2021-02-12 19:04:14 -08:00
5690.md Add test for #5690. 2019-08-23 10:15:42 -07:00
5700-metadata-file-1.yml --metadata-file: when multiple files specified, second takes precedence... 2019-10-10 10:00:45 -07:00
5700-metadata-file-2.yml --metadata-file: when multiple files specified, second takes precedence... 2019-10-10 10:00:45 -07:00
5700.md Change optMetadataFile type from Maybe to List (#5702) 2019-08-24 09:41:25 -07:00
5705.md Ensure proper nesting when we have long ordered list markers. 2019-08-23 09:16:54 -07:00
5708.md T.P.Parsing: modify gridTableWith' for headerless tables. 2021-01-07 11:07:03 -08:00
5711.md Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
5714.md Markdown reader: Headers: don't parse content over newline boundary. 2019-08-27 10:15:00 -07:00
5740.md LaTeX reader: Fix parsing of optional arguments that contain braced text. 2019-09-09 21:33:16 -07:00
5753.md Improve test #5753 2019-09-22 22:00:20 -07:00
5795.md Change the implementation of htmlSpanLikeElements and implement <dfn> (#5882) 2019-11-11 08:55:58 -08:00
5797.md Add support for reading & writing <mark> elements 2019-10-16 09:08:12 -07:00
5805.md Add support for reading and writing <kbd> elements 2019-10-15 09:49:09 -07:00
5813.md Fix gfm_auto_identifiers behavior with emojis. 2019-10-11 10:00:33 -07:00
5819.md reveal.js: ensure that pauses work even in title slides. 2020-02-08 09:38:07 -08:00
5836.md LaTeX reader: Fixed dollar-math parsing... 2019-11-02 12:44:48 -07:00
5845.md Add test case for #5845. 2019-11-02 09:40:08 -07:00
5846.md Shared.makeSections: better behavior in some corner cases. 2019-10-29 21:24:58 -07:00
5849-prefix.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
5857.md Shared: improve isTight. 2019-10-28 21:14:01 -07:00
5878.md Markdown reader: fix small super/subscript issue. 2019-11-11 09:08:52 -08:00
5881.md Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
5885.md DocBook reader: Fix bug with entities in mathphrase element. 2019-11-07 23:08:05 -08:00
5898.md Ensure there's a blank line before RST tables. 2019-11-13 10:10:55 -08:00
5899.md RST writer: Improve spacing for tables with no width information. 2019-11-15 23:09:53 -08:00
5904.md Allow combining -Vheader-includes and --include-in-header. 2019-11-14 07:48:19 -08:00
5918.md Improve markdown escaping in list items. 2019-11-19 22:33:14 -08:00
5936.md RST writers: Use grid tables for 1-column tables. 2019-11-25 07:31:28 -08:00
5967.md Fix --toc-depth regression in 2.8. 2019-12-07 14:20:41 -08:00
5986.md HTML reader: retain attribute prefixes and avoid duplicates. 2020-12-10 15:44:10 -08:00
6009.md Fix parsing bug affected indented code after raw HTML. 2019-12-27 13:08:22 -08:00
6026.md Implement curly-brace syntax for Markdown citation keys. 2021-05-13 21:59:32 -07:00
6030.md Reveal.js writer: restore old behavior for 2D nesting. 2020-01-07 10:11:46 -08:00
6033.md Fix regression in handling of columns in beamer slides. 2020-01-07 11:11:23 -08:00
6034.md LaTeX reader: improve parsing of raw environments. 2020-01-08 08:43:51 -08:00
6043.md LaTeX reader: allow beamer overlays for all commands in all raw tex. 2020-01-10 08:26:33 -08:00
6062.md HTML writer: fix duplicate attributes on headings. 2020-01-12 15:18:37 -08:00
6107.md Fix duplicate frame classes in LaTeX/Beamer output. 2020-02-03 08:52:07 -08:00
6114.md LaTeX reader: skip comments in more places where this is needed. 2020-02-05 09:48:42 -08:00
6119.md MediaWiki writer: prevent triple [[[. 2020-02-05 10:08:18 -08:00
6133.md Fix spurious dots in markdown_mmd metadata output 2020-02-10 09:00:21 -08:00
6137.md LaTeX reader: Retain the Div around tables with attributes. 2020-06-23 11:12:40 -07:00
6194.md RST writer: properly handle images with same alt text. 2020-04-24 16:54:52 -07:00
6265.md LaTeX writer: ensure that -M csquotes works even in fragment mode. 2020-04-11 10:40:59 -07:00
6288.md JATS reader: handle "label" element in section title. 2020-04-15 09:23:04 -07:00
6296.md Markdown writer: avoid unnecessary escapes before intraword _ 2020-04-17 22:42:21 -07:00
6308.md AsciiDoc writer: add blank line after Div. 2020-04-22 23:04:43 -07:00
6324.md LaTeX reader: allow blank lines inside \author. 2020-10-10 16:28:52 -07:00
6360.md LaTeX writer: create hypertarget for links with identifier. 2020-05-12 14:37:07 -07:00
6385.md Add "summary" to list of block-level HTML tags. 2020-05-20 07:45:14 -07:00
6388.md Properly handle boolean values in writing YAML metadata. 2020-12-15 23:45:34 -08:00
6481.md Add test for #6481. 2020-06-23 08:27:19 -07:00
6541.md DocBook reader: ensure that first and last names are separated. 2021-05-20 18:45:39 -07:00
6549.md RST reader: fix csv tables with multiline cells. 2020-07-21 10:20:15 -07:00
6620.md LaTeX reader siunitx: add leading 0 to numbers starting with . 2021-05-20 10:13:20 -07:00
6658.md LaTeX reader: More siunitx improvements. Closes #6658. 2021-05-20 15:30:31 -07:00
6675.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
6699.md RST reader: apply .. class:: directly to following Header. 2020-09-25 09:06:15 -07:00
6709.md App: allow tabs expansion even if file-scope is used 2021-05-05 19:09:21 +02:00
6719.md Extend fix to #6719 to JATS reader 2020-10-08 21:36:08 -07:00
6723.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
6739.md Commonmark reader: add pipe_table extension after defaults. 2020-10-12 21:24:26 -07:00
6740.md Markdown writer: Fix autolinks rendering for gfm. 2020-10-12 18:57:04 -07:00
6741.md Depend on latest citeproc. 2020-10-13 14:52:09 -07:00
6752.md Fix handling of xdata in bibtex/biblatex bibliographies. 2020-10-15 17:41:45 -07:00
6755.md OpenDocument Writer: Implement Div and Span ident support (#6755) 2020-11-22 22:23:30 -08:00
6765.md Use latest citeproc. 2020-10-21 23:14:17 -07:00
6768.md Commonmark writer: fix regression with fenced divs. 2020-10-23 09:25:07 -07:00
6774.md OpenDocument writer: Allow references for internal links (#6774) 2020-12-05 10:00:04 -08:00
6783.md Use latest citeproc. Closes #6783. 2020-10-27 22:21:03 -07:00
6791.md DocBook reader: Table text width support (#6791) 2020-11-20 16:05:56 -08:00
6792.md OpenDocument writer: Table text width support (#6792) 2020-11-21 12:42:43 -08:00
6796.md LaTeX reader: fix bug parsing macro arguments. 2020-11-02 15:04:16 -08:00
6802.md Properly support optional cite argument for \blockquote. 2020-11-03 10:25:56 -08:00
6836.md Markdown reader: don't increment stateNoteNumber for example refs. 2020-11-14 15:00:17 -08:00
6837.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
6844.md Improve fix to siunitx numbers with minus. 2020-11-16 16:36:16 -08:00
6855.md Markdown reader: fix regression with example list references. 2020-11-17 20:36:59 -08:00
6858.md Man reader: improve handling of .IP. 2020-11-18 22:44:32 -08:00
6869.md Improve LaTeX option parsing... 2020-11-20 13:40:26 -08:00
6873.md LaTeX reader: more robust parsing of bracketed options. 2020-11-21 12:24:37 -08:00
6890.md Fix truncation of [Citation] list in Cite inside footnotes... 2020-11-25 09:10:10 -08:00
6925.md Markdown writer: Cleaner (code)blocks with single class (#7242) 2021-04-25 10:36:06 -07:00
6948.md RST writer: better image handling. 2020-12-13 15:25:46 -08:00
6951.md Allow both inline and external references to be used 2020-12-15 08:51:43 -08:00
6958.md LaTeX writer: separate successive quote chars with thin space 2021-05-18 22:55:47 +02:00
6993.md Mediawiki reader: allow space around storng/emph delimiters. 2020-12-30 21:31:28 -08:00
7003.md LaTeX reader: handle filecontents environment. 2021-01-04 14:05:03 -08:00
7006.md HTML writer: fix implicit_figure at end of footnotes. 2021-01-05 12:07:02 -08:00
7009.md gfm/commonmark writer: implement start number on ordered lists. 2021-01-07 16:42:05 -08:00
7016.md JATS writer: fix citations (#7018) 2021-01-10 15:35:48 -08:00
7041.md JATS writer: reduce unnecessary use of <p> elements for wrapping 2021-04-16 22:47:37 +02:00
7042.md JATS writer: allow to use element-citation 2021-01-22 19:35:08 +01:00
7058.md Markdown writer: handle math right before digit. 2021-01-29 18:29:17 -08:00
7064.md RST reader: fix handling of header in CSV tables. 2021-01-31 12:05:46 -08:00
7067.md BibTeX writer: use doclayout and doctemplate. 2021-02-01 18:05:20 -08:00
7080.md Markdown reader: improved handling of mmd link attributes in references. 2021-02-06 21:52:12 -08:00
7092.md Add command test for #7092 2021-02-12 19:04:14 -08:00
7099.md HTML reader: fix bad handling of empty src attribute in iframe. 2021-02-13 13:08:34 -08:00
7112.md T.P.CSV: fix parsing of unquoted values. 2021-02-22 21:18:04 -08:00
7129.md LaTeX reader: handle table cells containing & in \verb. 2021-03-07 15:49:02 -08:00
7132.md Org writer: prevent unintended creation of ordered list items 2021-03-09 18:14:54 +01:00
7134.md RST reader: fix logic for ending comments. 2021-03-09 13:03:27 -08:00
7145.md MediaWiki reader: Allow block-level content in notes (ref). 2021-03-13 12:50:44 -08:00
7155.md Add test for #7155. 2021-03-17 09:10:37 -07:00
7173.md Fix DocBook reader mathml regression... 2021-03-24 12:04:33 -07:00
7208.md Markdown writer: fewer unneeded escapes for #. 2021-05-16 12:23:34 -07:00
7214.md Fix regression in grid tables for wide characters. 2021-04-08 14:48:29 -07:00
7216.md Smarter smart quotes. 2021-04-28 23:32:37 -07:00
7266.md Hande 'annote' field in bibtex/biblatex writer. 2021-05-12 11:05:55 -07:00
7272.md LaTeX writer: better handling of line breaks in simple tables. 2021-05-11 07:52:05 -06:00
7278.md Beamer writer: support exampleblock and alertblock. 2021-05-14 10:09:46 -07:00
7282.md HTML reader: don't fail on unmatched closing "script" tag. 2021-05-14 12:13:40 +02:00
7288.md Ms writer: handle tables with multiple paragraphs. 2021-05-20 17:12:38 -07:00
7299.md LaTeX reader: better support for \xspace. 2021-05-19 16:14:49 -07:00
A.txt Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
abbrevs
adjacent_latex_blocks.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
advanced-optical-materials.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
annales.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
apa.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
archeologie-medievale.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
ascii.md XML: change toEntities to emit numerical hex character references. 2019-09-03 11:28:20 -07:00
B.txt Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
bar.tex LaTeX reader: handle includes without surrounding blanklines. 2018-06-01 09:25:10 -07:00
biblatex-266.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-aksin.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-almendro.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-angenendt.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-aristotle-anima.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-aristotle-physics.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-aristotle-poetics.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-aristotle-rhetoric.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-article.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-augustine.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-averroes-bland.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-averroes-hannes.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-averroes-hercz.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-baez-article.md Update tests for changes to https URLs. 2021-02-26 18:00:45 -08:00
biblatex-baez-online.md Update tests for changes to https URLs. 2021-02-26 18:00:45 -08:00
biblatex-basic.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
biblatex-bertram.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-bibstring-resolution.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-book-averroes.md Fixed some bibtex comments in tests (closing }). 2020-10-08 20:42:36 -07:00
biblatex-book-coleridge.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-book-title-maintitle-series.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-book-vazques-de-parga.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-brandt.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-britannica.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-chiu.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-cicero.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-cms.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-coleridge.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-companion.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-cotton.md Clean up BibTeX parsing. 2021-01-26 22:45:57 -08:00
biblatex-crossref-inbook-mvbook.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-crossref-nested.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-ctan.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-dates.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-doody.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-edtf-date.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-escapedquotes.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-examples.bib Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
biblatex-formatting.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-gaonkar-in.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-gaonkar.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-geer.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-gerhardt.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-gillies.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-glashow.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-gonzalez.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-hammond.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-herrmann.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-hyman.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-iliad.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-inbook-title-booktitle-maintitle-series-2.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-inbook-title-booktitle-maintitle-series.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-inbook.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-incollection-2.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-incollection.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-inproceedings.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-issue288.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-itzhaki.md Update tests for changes to https URLs. 2021-02-26 18:00:45 -08:00
biblatex-jaffe.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-jcg.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kant-kpv.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kant-ku.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kastenholz.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct-a.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct-b.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct-c.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct-d.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct-e.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct-related.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-knuth-ct.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kowalik.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kullback-related.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kullback-reprint.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-kullback.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-laufenberg.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-loh.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-malinowski.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-manual.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-markey.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-maron.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-massa.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-moore-related.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-moore.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-moraux.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-murray.md Clean up BibTeX parsing. 2021-01-26 22:45:57 -08:00
biblatex-nietzsche-historie.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-nietzsche-ksa.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-nietzsche-ksa1.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-online.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-options-url-false-doi-false.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-padhye.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-patent.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-periodical.md Fixed some bibtex comments in tests (closing }). 2020-10-08 20:42:36 -07:00
biblatex-piccato.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-pines.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-quotes.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-reese.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-report.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-salam.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-sarfraz.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-shore.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-sigfridsson.md Markdown writer: fewer unneeded escapes for #. 2021-05-16 12:23:34 -07:00
biblatex-sorace.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-spiegelberg.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-springer.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-strings.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-test-case-conversion.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-textnormal.md Add quotes properly in markdown YAML metadata fields. 2021-04-25 10:31:33 -07:00
biblatex-thesis.md Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02:00
biblatex-title-and-shorttitle.md Use double quotes for YAML metadata. 2020-10-07 23:05:51 -07:00
biblatex-vangennep-related.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-vangennep-trans.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-vangennep.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-vazques-de-parga-mvbook.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-vazques-de-parga.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-video.md Use double quotes for YAML metadata. 2020-10-07 23:05:51 -07:00
biblatex-vizedom-related.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-wassenberg.md Update tests for changes to https URLs. 2021-02-26 18:00:45 -08:00
biblatex-weinberg.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-westfahl-frontier.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-westfahl-space.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-wilde.md Update tests for changes to https URLs. 2021-02-26 18:00:45 -08:00
biblatex-worman.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblatex-yoon.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
biblio.bib Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
bibtex-basic.md Be less aggressive about using quotes for YAML values. 2020-10-08 10:54:53 -07:00
bioethics.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
C.txt Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
chicago-annotated-bibliography.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
chicago-author-date-with-original-date-and-status.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
chicago-fullnote-bibliography.csl Fix URL prefixes in citations also when they occur in notes. 2020-10-07 11:23:28 -07:00
chicago-note-bibliography.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
chinese-gb7714-2005-numeric.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
cite-in-inline-note.md Markdown reader: Set citationNoteNum accurately in citations. 2020-09-21 10:10:37 -07:00
citeproc-7a.md Fix URL prefixes in citations also when they occur in notes. 2020-10-07 11:23:28 -07:00
citeproc-7b.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
citeproc-17.md Unescape entities in writing CSL JSON. 2020-10-06 22:29:25 -07:00
citeproc-20.md citeproc - improved removal of final period... 2020-10-21 22:23:21 -07:00
citeproc-author-in-text-suffix.md Markdown reader: fix detection of locators following in-text citations. 2020-11-15 17:51:03 -08:00
corrupt.svg
csv.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
D.txt Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
defaults-inheritance-1.md Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults-inheritance-2.md Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults-inheritance-3.md Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults1.yaml Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
defaults2.yaml Fixed some test locations and put test data files in extra-source-files. 2019-11-14 06:21:00 -08:00
defaults3.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults4.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults5.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults6.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults7.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults8.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
defaults9.yaml Implement defaults file inheritance (#6924) 2021-01-05 10:15:59 -08:00
din-1505-2.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
docbook-bibliography.md DocBook Reader: fix duplicate bibliography bug (#6773) 2020-10-26 12:49:03 -07:00
dots.md
duplicate_attributes.md HTML writer: Add warnings on duplicate attribute values. 2021-03-10 10:19:40 -08:00
emoji.md Make markdown and github writers respect the emoji extension. 2018-07-15 16:02:46 -07:00
empty_paragraphs.md Replace Element and makeHierarchical with makeSections. 2019-09-08 22:20:19 -07:00
gfm.md Remove use of cmark-gfm for commonmark/gfm rendering. 2020-07-19 22:51:59 -07:00
harvard-university-of-kent.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
hspace.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
html-read-figure.md
html-trim-definition-list-terms.md HTML reader: trim definition list terms 2019-05-25 18:36:56 +03:00
hyphenat.md
ieee.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
ifstrequal.md LaTeX reader: make macroDef polymorphic and allow in inline context. 2018-10-15 11:46:31 -07:00
indented-fences.md
inkscape-cube.svg
issue58.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
issue160.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
issue437.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
jats.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
latex-center.md LaTeX reader: preserve center environment (#6852) 2020-11-26 12:04:31 -08:00
latex-color.md
latex-command-comment.md
latex-fontawesome.md
latex-tabular-column-specs.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
le-tapuscrit-note.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
lettrine.md LaTeX reader: better handling of \lettrine. 2020-04-07 09:25:52 -07:00
lists-inside-definition.md LaTeX writer: fix spacing issue with list in definition list. 2020-09-15 17:59:03 -07:00
locators.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
lstlisting.md
lua-pandoc-state.lua Lua: allow access to pandoc state (#5015) 2018-10-25 22:12:14 -07:00
lua-pandoc-state.md Change optInputFiles to a Maybe [FilePath]. 2019-11-14 18:42:55 -08:00
macro-defs-in-preamble.md Test for macro definitions in LaTeX preamble. 2019-11-02 11:08:26 -07:00
macros.md Markdown writer: prefer using raw_attribute when enabled. 2019-07-18 22:31:03 -07:00
make-section-column-divs.md Fix makeSections so it doesn't turn column divs into sections. 2019-12-05 09:17:28 -08:00
md-abbrevs.md Fix parsing of citations and quotes after parentheses. 2018-11-25 22:29:54 -08:00
mmd-metadata.md Use MetaInlines not MetaBlocks for multimarkdown metadata fields. 2021-04-18 22:01:12 -07:00
modern-humanities-research-association.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
multiple-metadata-blocks.md Change merge behavior for metadata. 2019-11-07 10:48:38 -08:00
nested-table-to-asciidoc-6942.md Add support for writing nested tables to asciidoc (#6972) 2020-12-27 18:42:28 -08:00
oscola.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-7.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-13.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-14.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-25.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-27.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-31.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-38.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-47.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-51.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-53.md Markdown writer: ensure that a new csl-block begins on a new line. 2020-12-04 10:55:48 -08:00
pandoc-citeproc-57.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-58.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-61.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-64.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-65.md Use BCP47 language codes in citeproc tests. 2021-04-17 16:15:14 -07:00
pandoc-citeproc-68.md Fix URL prefixes in citations also when they occur in notes. 2020-10-07 11:23:28 -07:00
pandoc-citeproc-70.md Use BCP47 language codes in citeproc tests. 2021-04-17 16:15:14 -07:00
pandoc-citeproc-75.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-76.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-77.md Fix URL prefixes in citations also when they occur in notes. 2020-10-07 11:23:28 -07:00
pandoc-citeproc-82.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-87.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-118.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-119.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-136.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-152.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-160.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-175.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-197.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-213.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-250.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-292.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-301.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-307.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-312.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-320.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-320a.md Smarter smart quotes. 2021-04-28 23:32:37 -07:00
pandoc-citeproc-322.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-325.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-327.md Citeproc: Insert space after csl-left-margin span contents... 2020-09-24 09:57:55 -07:00
pandoc-citeproc-338.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-351.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-356.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-360.md Fix URL prefixes in citations also when they occur in notes. 2020-10-07 11:23:28 -07:00
pandoc-citeproc-361.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-365.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-371.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-386.md Citeproc: Insert space after csl-left-margin span contents... 2020-09-24 09:57:55 -07:00
pandoc-citeproc-392.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-399.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-401.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-408.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-416.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-437.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-chicago-author-date.md Update test for new citeproc and require it in cabal. 2020-12-28 14:40:23 -08:00
pandoc-citeproc-chicago-fullnote-bibliography.md Use dev version of citeproc. 2021-01-15 11:51:07 -08:00
pandoc-citeproc-ieee.md Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
pandoc-citeproc-locators-delimited.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-locators-integrated.md Use new citeproc; do note capitalization here, not in citeproc. 2020-10-29 21:53:02 -07:00
pandoc-citeproc-move-period-inside-quote.md Fix URL prefixes in citations also when they occur in notes. 2020-10-07 11:23:28 -07:00
pandoc-citeproc-no-author.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-number-of-volumes.md Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
pandoc-citeproc-page-range.md Update to lastest citeproc 2020-10-01 22:07:55 -07:00
parse-raw.md Markdown writer: prefer using raw_attribute when enabled. 2019-07-18 22:31:03 -07:00
refs.md LaTeX reader: improve caption and label parsing. 2020-02-12 17:43:55 -08:00
rst-links.md
sage-harvard.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
science.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
section-divs.md Improved makeSections so we don't get doubled attributes. 2019-12-17 11:59:52 -08:00
setext-fenced-div.md Markdown reader: fenced div takes priority over setext header. 2019-03-28 17:39:22 -07:00
shift-heading-level-by.md Roll back part of of --shift-heading-level-by change. 2019-12-05 09:59:50 -08:00
sloppypar.md LaTeX reader: parse sloppypar environment (#4517) 2018-04-02 09:33:29 -07:00
smart.md
style399.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
sub-file-chapter-1.tex
sub-file-chapter-2.tex
svg.md ImageSize: use viewBox for svg if no length, width. 2021-01-22 20:49:41 -08:00
SVG_logo-without-xml-declaration.svg
SVG_logo.svg
table-with-cell-align.md OpenDocument Writer: Implement table cell alignment (#6700) 2020-09-27 11:21:53 -07:00
table-with-column-span.md OpenDocument Writer: Implement table cell alignment (#6700) 2020-09-27 11:21:53 -07:00
tabularx.md Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
tasklist.md HTML writer: add task-list class to ul if all elements are task list items. 2019-12-05 09:32:40 -08:00
tex-group.md LaTeX reader: don't let \egroup match {. 2019-01-31 22:50:51 -08:00
toc.md Markdown writer: Cleaner (code)blocks with single class (#7242) 2021-04-25 10:36:06 -07:00
translations.md
unicode-collation.md Use BCP47 language codes in citeproc tests. 2021-04-17 16:15:14 -07:00
vancouver.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00
vars-and-metadata.md
video-audio.md HTML writer: output video and audio elements 2019-05-29 09:43:50 +02:00
write18.md Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. 2018-08-15 10:25:12 -07:00
yaml-metadata-blocks.md Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02:00
yaml-metadata.yaml add test for --metadata-file 2018-09-15 17:06:10 +02:00
yaml-with-chomp.md
zeitschrift-fur-kunstgeschichte.csl Add built-in citation support using new citeproc library. 2020-09-21 10:15:50 -07:00