pandoc (2.7.3) * Add `jira` (Atlassian's Jira wiki markup) as output format (#2497, Albert Krewinkel). * Add `tex_math_dollars` to `multimarkdownExtensions` (#5512). This form is now supported in multimarkdown, in addition to `tex_math_double_backslash`. * Fix `--self-contained` so it works when output format has extensions. Previously if you used `--self-contained` with `html-smart` or `html+smart`, it wouldn't work. * Add template variable `curdir` with working directory from which pandoc is run (#5464). * Markdown reader: don't create implicit reference for empty header (#5549). * Muse reader: allow images inside link descriptions (Alexander Krotov). * HTML reader: epub related fixes. + With epub extensions, check for `epub:type` in addition to `type`. + Fix problem with noteref parsing which caused block-level content to be eaten with the noteref. + Rename `pAnyTag` to `pAny`. + Refactor note resolution. + Trim definition list terms (Alexander Krotov). * LaTeX reader: + Add braces when resolving `\DeclareMathOperator` (#5441). These seem to be needed for xelatex but not pdflatex. + Allow newlines in `\mintinline`. + Pass through unknown listings language as class (#5540). Previously if the language was not in the list of languages supported by listings, it would not be added as a class, so highlighting would not be triggered. + `rawLaTeXInline`: Include trailing `{}`s in raw latex commands (#5439). This change affects the markdown reader and other readers that allow raw LaTeX. Previously, trailing `{}` would be included for unknown commands, but not for known commands. However, they are sometimes used to avoid a trailing space after the command. The chances that a `{}` after a LaTeX command is not part of the command are very small. * MediaWiki reader: handle multiple attributes in table row (#5471, chinapedia). * Docx reader: Add support for `w:rtl` (#5545). Elements with this property are put into Span inlines with `dir="rtl"`. * DocBook reader: Issue `IgnoredElement` warnings. * Org reader (Albert Krewinkel): + Fix planning elements in headers level 3 and higher (#5494). Planning info is now always placed before the subtree contents. Previously, the planning info was placed after the content if the header's subtree was converted to a list, which happens with headers of level 3 and higher per default. + Omit, but warn about unknown export options. Unknown export options are properly ignored and omitted from the output. + Prefer plain symbols over math symbols (#5483). Symbols like `\alpha` are output plain and unemphasized, not as math. + Recognize emphasis after TODO/DONE keyword (#5484). * FB2 reader: + Skip unknown elements rather than throwing errors (#5560). Sometimes custom elements are used (e.g. `id` element inside `author`); previously the reader would halt with an error. Now it skips the element and issues an `IgnoredElement` warning. + Parse notes (#5493, Alexander Krotov). + Internal improvements (Alexander Krotov). * OpenDocument writer: Roll back automatic figure/table numbering (#5474). This was added in pandoc 2.7.2, but it makes it impossible to use pandoc-crossref. So this has been rolled back for now, until we find a good solution to make this behavior optional (or a creative way to let pandoc-crossref and this feature to coexist). * New module Text.Pandoc.Writers.Jira, exporting `writeJira` [API change] (Albert Krewinkel). * EPUB writer: + Don't include 'landmarks' if there aren't any. Previously we could get an empty ol element, which caused validation errors with epubcheck. + Ensure unique ids for styleesheets in content.opf (#5463). + Make stylesheet link compatible with kindlegen (#5466, Eric Schrijver). Pandoc omitted `type="text/css"` from both `