gitextract_gv6b7vjt/ ├── .cirrus.yml ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .hlint.yaml ├── .mailmap ├── .stylish-haskell.yaml ├── AUTHORS.md ├── BUGS ├── CITATION.cff ├── CONTRIBUTING.md ├── COPYING.md ├── COPYRIGHT ├── INSTALL.md ├── MANUAL.txt ├── Makefile ├── README.md ├── README.template ├── RELEASE-CHECKLIST-TEMPLATE.org ├── SECURITY.md ├── benchmark/ │ └── benchmark-pandoc.hs ├── cabal.project ├── changelog.md ├── citeproc/ │ └── biblatex-localization/ │ ├── .strings │ ├── UKenglish.lbx.strings │ ├── USenglish.lbx.strings │ ├── american.lbx.strings │ ├── australian.lbx.strings │ ├── austrian.lbx.strings │ ├── brazil.lbx.strings │ ├── brazilian.lbx.strings │ ├── british.lbx.strings │ ├── bulgarian.lbx.strings │ ├── canadian.lbx.strings │ ├── catalan.lbx.strings │ ├── croatian.lbx.strings │ ├── czech.lbx.strings │ ├── danish.lbx.strings │ ├── dutch.lbx.strings │ ├── english.lbx.strings │ ├── estonian.lbx.strings │ ├── finnish.lbx.strings │ ├── french.lbx.strings │ ├── galician.lbx.strings │ ├── german.lbx.strings │ ├── greek.lbx.strings │ ├── hungarian.lbx.strings │ ├── icelandic.lbx.strings │ ├── italian.lbx.strings │ ├── latvian.lbx.strings │ ├── lithuanian.lbx.strings │ ├── magyar.lbx.strings │ ├── naustrian.lbx.strings │ ├── newzealand.lbx.strings │ ├── ngerman.lbx.strings │ ├── norsk.lbx.strings │ ├── nswissgerman.lbx.strings │ ├── nynorsk.lbx.strings │ ├── polish.lbx.strings │ ├── portuges.lbx.strings │ ├── portuguese.lbx.strings │ ├── russian.lbx.strings │ ├── serbian.lbx.strings │ ├── serbianc.lbx.strings │ ├── slovak.lbx.strings │ ├── slovene.lbx.strings │ ├── slovenian.lbx.strings │ ├── spanish.lbx.strings │ ├── swedish.lbx.strings │ ├── swissgerman.lbx.strings │ ├── turkish.lbx.strings │ └── ukrainian.lbx.strings ├── data/ │ ├── abbreviations │ ├── bash_completion.tpl │ ├── creole.lua │ ├── default.csl │ ├── docbook-entities.txt │ ├── docx/ │ │ ├── [Content_Types].xml │ │ ├── _rels/ │ │ │ └── .rels │ │ ├── docProps/ │ │ │ ├── app.xml │ │ │ ├── core.xml │ │ │ └── custom.xml │ │ └── word/ │ │ ├── _rels/ │ │ │ ├── document.xml.rels │ │ │ └── footnotes.xml.rels │ │ ├── comments.xml │ │ ├── document.xml │ │ ├── fontTable.xml │ │ ├── footnotes.xml │ │ ├── numbering.xml │ │ ├── settings.xml │ │ ├── styles.xml │ │ ├── theme/ │ │ │ └── theme1.xml │ │ └── webSettings.xml │ ├── dzslides/ │ │ └── template.html │ ├── epub.css │ ├── init.lua │ ├── odt/ │ │ ├── META-INF/ │ │ │ └── manifest.xml │ │ ├── content.xml │ │ ├── manifest.rdf │ │ ├── meta.xml │ │ ├── mimetype │ │ └── styles.xml │ ├── pptx/ │ │ ├── [Content_Types].xml │ │ ├── _rels/ │ │ │ └── .rels │ │ ├── docProps/ │ │ │ ├── app.xml │ │ │ └── core.xml │ │ └── ppt/ │ │ ├── _rels/ │ │ │ └── presentation.xml.rels │ │ ├── notesMasters/ │ │ │ ├── _rels/ │ │ │ │ └── notesMaster1.xml.rels │ │ │ └── notesMaster1.xml │ │ ├── notesSlides/ │ │ │ ├── _rels/ │ │ │ │ ├── notesSlide1.xml.rels │ │ │ │ └── notesSlide2.xml.rels │ │ │ ├── notesSlide1.xml │ │ │ └── notesSlide2.xml │ │ ├── presProps.xml │ │ ├── presentation.xml │ │ ├── slideLayouts/ │ │ │ ├── _rels/ │ │ │ │ ├── slideLayout1.xml.rels │ │ │ │ ├── slideLayout10.xml.rels │ │ │ │ ├── slideLayout11.xml.rels │ │ │ │ ├── slideLayout2.xml.rels │ │ │ │ ├── slideLayout3.xml.rels │ │ │ │ ├── slideLayout4.xml.rels │ │ │ │ ├── slideLayout5.xml.rels │ │ │ │ ├── slideLayout6.xml.rels │ │ │ │ ├── slideLayout7.xml.rels │ │ │ │ ├── slideLayout8.xml.rels │ │ │ │ └── slideLayout9.xml.rels │ │ │ ├── slideLayout1.xml │ │ │ ├── slideLayout10.xml │ │ │ ├── slideLayout11.xml │ │ │ ├── slideLayout2.xml │ │ │ ├── slideLayout3.xml │ │ │ ├── slideLayout4.xml │ │ │ ├── slideLayout5.xml │ │ │ ├── slideLayout6.xml │ │ │ ├── slideLayout7.xml │ │ │ ├── slideLayout8.xml │ │ │ └── slideLayout9.xml │ │ ├── slideMasters/ │ │ │ ├── _rels/ │ │ │ │ └── slideMaster1.xml.rels │ │ │ └── slideMaster1.xml │ │ ├── slides/ │ │ │ ├── _rels/ │ │ │ │ ├── slide1.xml.rels │ │ │ │ ├── slide2.xml.rels │ │ │ │ ├── slide3.xml.rels │ │ │ │ └── slide4.xml.rels │ │ │ ├── slide1.xml │ │ │ ├── slide2.xml │ │ │ ├── slide3.xml │ │ │ └── slide4.xml │ │ ├── tableStyles.xml │ │ ├── theme/ │ │ │ ├── theme1.xml │ │ │ └── theme2.xml │ │ └── viewProps.xml │ ├── templates/ │ │ ├── affiliations.jats │ │ ├── after-header-includes.latex │ │ ├── article.jats_publishing │ │ ├── common.latex │ │ ├── default.ansi │ │ ├── default.asciidoc │ │ ├── default.bbcode │ │ ├── default.beamer │ │ ├── default.biblatex │ │ ├── default.bibtex │ │ ├── default.chunkedhtml │ │ ├── default.commonmark │ │ ├── default.context │ │ ├── default.djot │ │ ├── default.docbook4 │ │ ├── default.docbook5 │ │ ├── default.dokuwiki │ │ ├── default.dzslides │ │ ├── default.epub2 │ │ ├── default.epub3 │ │ ├── default.haddock │ │ ├── default.html4 │ │ ├── default.html5 │ │ ├── default.icml │ │ ├── default.jats_archiving │ │ ├── default.jats_articleauthoring │ │ ├── default.jats_publishing │ │ ├── default.jira │ │ ├── default.latex │ │ ├── default.man │ │ ├── default.markdown │ │ ├── default.markua │ │ ├── default.mediawiki │ │ ├── default.ms │ │ ├── default.muse │ │ ├── default.opendocument │ │ ├── default.openxml │ │ ├── default.opml │ │ ├── default.org │ │ ├── default.plain │ │ ├── default.revealjs │ │ ├── default.rst │ │ ├── default.rtf │ │ ├── default.s5 │ │ ├── default.slideous │ │ ├── default.slidy │ │ ├── default.tei │ │ ├── default.texinfo │ │ ├── default.textile │ │ ├── default.typst │ │ ├── default.vimdoc │ │ ├── default.xwiki │ │ ├── default.zimwiki │ │ ├── document-metadata.latex │ │ ├── font-settings.latex │ │ ├── fonts.latex │ │ ├── hypersetup.latex │ │ ├── passoptions.latex │ │ ├── styles.citations.html │ │ ├── styles.html │ │ └── template.typst │ └── translations/ │ ├── af.yaml │ ├── alt.yaml │ ├── am.yaml │ ├── ar.yaml │ ├── as.yaml │ ├── ast.yaml │ ├── az.yaml │ ├── be.yaml │ ├── bg.yaml │ ├── bn.yaml │ ├── bo.yaml │ ├── br.yaml │ ├── bs.yaml │ ├── bua.yaml │ ├── ca.yaml │ ├── ckb-Arab.yaml │ ├── ckb-Latn.yaml │ ├── cs.yaml │ ├── cu.yaml │ ├── cy.yaml │ ├── cz.yaml │ ├── da.yaml │ ├── de.yaml │ ├── dsb.yaml │ ├── el.yaml │ ├── en.yaml │ ├── eo.yaml │ ├── es-ES.yaml │ ├── es-MX.yaml │ ├── es.yaml │ ├── et.yaml │ ├── eu.yaml │ ├── fa.yaml │ ├── fi.yaml │ ├── fil.yaml │ ├── fr.yaml │ ├── fur.yaml │ ├── ga.yaml │ ├── gd.yaml │ ├── gl.yaml │ ├── grc.yaml │ ├── gu.yaml │ ├── ha.yaml │ ├── he.yaml │ ├── hi.yaml │ ├── hr.yaml │ ├── hsb.yaml │ ├── hu.yaml │ ├── hy.yaml │ ├── ia.yaml │ ├── id.yaml │ ├── is.yaml │ ├── it.yaml │ ├── ja.yaml │ ├── ka.yaml │ ├── km.yaml │ ├── kmr-Arab.yaml │ ├── kmr-Latn.yaml │ ├── kn.yaml │ ├── ko.yaml │ ├── la.yaml │ ├── lb.yaml │ ├── lo.yaml │ ├── lt.yaml │ ├── lv.yaml │ ├── mk.yaml │ ├── ml.yaml │ ├── mn.yaml │ ├── mr.yaml │ ├── ms.yaml │ ├── nb.yaml │ ├── nko.yaml │ ├── nl.yaml │ ├── nn.yaml │ ├── oc.yaml │ ├── or.yaml │ ├── pa.yaml │ ├── pl.yaml │ ├── pms.yaml │ ├── pt-BR.yaml │ ├── pt-PT.yaml │ ├── pt.yaml │ ├── rm.yaml │ ├── ro.yaml │ ├── ru.yaml │ ├── se.yaml │ ├── si.yaml │ ├── sk.yaml │ ├── sl.yaml │ ├── sq.yaml │ ├── sr-Cyrl.yaml │ ├── sr-Latn.yaml │ ├── sr.yaml │ ├── sv.yaml │ ├── ta.yaml │ ├── te.yaml │ ├── th.yaml │ ├── tk.yaml │ ├── tr.yaml │ ├── ua.yaml │ ├── ug.yaml │ ├── uk.yaml │ ├── ur.yaml │ ├── vi.yaml │ ├── zh-Hans.yaml │ └── zh-Hant.yaml ├── doc/ │ ├── custom-readers.md │ ├── custom-writers.md │ ├── customizing-pandoc.md │ ├── epub.md │ ├── extras.md │ ├── faqs.md │ ├── filters.md │ ├── getting-started.md │ ├── jats.md │ ├── libraries.md │ ├── lua-filters.md │ ├── nix.md │ ├── org.md │ ├── pandoc-lua.md │ ├── pandoc-server.md │ ├── press.md │ ├── short-guide-to-pandocs-sources.md │ ├── typst-property-output.md │ ├── using-the-pandoc-api.md │ └── xml.md ├── flake.lock ├── flake.nix ├── hie.yaml ├── linux/ │ ├── control.in │ └── make_artifacts.sh ├── macos/ │ ├── Makefile │ ├── distribution.xml.in │ ├── make_macos_release.sh │ └── uninstall-pandoc.pl ├── man/ │ ├── manfilter.lua │ ├── pandoc.1.after │ └── pandoc.1.before ├── pandoc-cli/ │ ├── README.md │ ├── lua/ │ │ └── PandocCLI/ │ │ └── Lua.hs │ ├── man/ │ │ ├── pandoc-lua.1 │ │ ├── pandoc-server.1 │ │ └── pandoc.1 │ ├── no-lua/ │ │ └── PandocCLI/ │ │ └── Lua.hs │ ├── no-server/ │ │ └── PandocCLI/ │ │ └── Server.hs │ ├── pandoc-cli.cabal │ ├── server/ │ │ └── PandocCLI/ │ │ └── Server.hs │ ├── src/ │ │ └── pandoc.hs │ └── wasm/ │ └── PandocWasm.hs ├── pandoc-lua-engine/ │ ├── README.md │ ├── pandoc-lua-engine.cabal │ ├── src/ │ │ └── Text/ │ │ └── Pandoc/ │ │ ├── Lua/ │ │ │ ├── Custom.hs │ │ │ ├── Documentation.hs │ │ │ ├── Engine.hs │ │ │ ├── Filter.hs │ │ │ ├── Global.hs │ │ │ ├── Init.hs │ │ │ ├── Marshal/ │ │ │ │ ├── Chunks.hs │ │ │ │ ├── CommonState.hs │ │ │ │ ├── Context.hs │ │ │ │ ├── Format.hs │ │ │ │ ├── ImageSize.hs │ │ │ │ ├── LogMessage.hs │ │ │ │ ├── PandocError.hs │ │ │ │ ├── ReaderOptions.hs │ │ │ │ ├── Reference.hs │ │ │ │ ├── Sources.hs │ │ │ │ ├── Template.hs │ │ │ │ └── WriterOptions.hs │ │ │ ├── Module/ │ │ │ │ ├── CLI.hs │ │ │ │ ├── Format.hs │ │ │ │ ├── Image.hs │ │ │ │ ├── JSON.hs │ │ │ │ ├── Log.hs │ │ │ │ ├── MediaBag.hs │ │ │ │ ├── Pandoc.hs │ │ │ │ ├── Path.hs │ │ │ │ ├── Scaffolding.hs │ │ │ │ ├── Structure.hs │ │ │ │ ├── System.hs │ │ │ │ ├── Template.hs │ │ │ │ ├── Text.hs │ │ │ │ ├── Types.hs │ │ │ │ └── Utils.hs │ │ │ ├── Module.hs │ │ │ ├── Orphans.hs │ │ │ ├── PandocLua.hs │ │ │ ├── Run.hs │ │ │ ├── SourcePos.hs │ │ │ └── Writer/ │ │ │ ├── Classic.hs │ │ │ └── Scaffolding.hs │ │ └── Lua.hs │ └── test/ │ ├── Tests/ │ │ ├── Lua/ │ │ │ ├── Module.hs │ │ │ ├── Reader.hs │ │ │ └── Writer.hs │ │ └── Lua.hs │ ├── bytestring-reader.lua │ ├── bytestring.lua │ ├── extensions.lua │ ├── lua/ │ │ ├── attr-test.lua │ │ ├── block-count.lua │ │ ├── blocks-filter.lua │ │ ├── hello-world-doc.lua │ │ ├── implicit-doc-filter.lua │ │ ├── inlines-filter.lua │ │ ├── markdown-reader.lua │ │ ├── math.lua │ │ ├── meta.lua │ │ ├── metatable-catch-all.lua │ │ ├── module/ │ │ │ ├── globals.lua │ │ │ ├── include.tex │ │ │ ├── pandoc-format.lua │ │ │ ├── pandoc-image.lua │ │ │ ├── pandoc-json.lua │ │ │ ├── pandoc-list.lua │ │ │ ├── pandoc-log.lua │ │ │ ├── pandoc-mediabag.lua │ │ │ ├── pandoc-path.lua │ │ │ ├── pandoc-structure.lua │ │ │ ├── pandoc-template.lua │ │ │ ├── pandoc-text.lua │ │ │ ├── pandoc-types.lua │ │ │ ├── pandoc-utils.lua │ │ │ ├── pandoc.lua │ │ │ ├── partial.test │ │ │ ├── sample.epub │ │ │ └── tiny.epub │ │ ├── plain-to-para.lua │ │ ├── require-file.lua │ │ ├── script-name.lua │ │ ├── single-to-double-quoted.lua │ │ ├── smallcaps-title.lua │ │ ├── smart-constructors.lua │ │ ├── strmacro.lua │ │ ├── undiv.lua │ │ └── uppercase-header.lua │ ├── sample.lua │ ├── tables.custom │ ├── test-pandoc-lua-engine.hs │ ├── writer-template.lua │ ├── writer-template.out.txt │ └── writer.custom ├── pandoc-server/ │ ├── README.md │ ├── pandoc-server.cabal │ └── src/ │ └── Text/ │ └── Pandoc/ │ └── Server.hs ├── pandoc.cabal ├── release.nix ├── shell.nix ├── src/ │ └── Text/ │ ├── Pandoc/ │ │ ├── App/ │ │ │ ├── CommandLineOptions.hs │ │ │ ├── Input.hs │ │ │ ├── Opt.hs │ │ │ └── OutputSettings.hs │ │ ├── App.hs │ │ ├── Asciify.hs │ │ ├── CSS.hs │ │ ├── CSV.hs │ │ ├── Char.hs │ │ ├── Chunks.hs │ │ ├── Citeproc/ │ │ │ ├── BibTeX.hs │ │ │ ├── CslJson.hs │ │ │ ├── Data.hs │ │ │ ├── Locator.hs │ │ │ ├── MetaValue.hs │ │ │ ├── Name.hs │ │ │ └── Util.hs │ │ ├── Citeproc.hs │ │ ├── Class/ │ │ │ ├── CommonState.hs │ │ │ ├── IO/ │ │ │ │ └── HTTP.hs │ │ │ ├── IO.hs │ │ │ ├── PandocIO.hs │ │ │ ├── PandocMonad.hs │ │ │ ├── PandocPure.hs │ │ │ └── Sandbox.hs │ │ ├── Class.hs │ │ ├── Data/ │ │ │ └── BakedIn.hs │ │ ├── Data.hs │ │ ├── Emoji.hs │ │ ├── Error.hs │ │ ├── Extensions.hs │ │ ├── Filter/ │ │ │ ├── Environment.hs │ │ │ └── JSON.hs │ │ ├── Filter.hs │ │ ├── Format.hs │ │ ├── Highlighting.hs │ │ ├── Image.hs │ │ ├── ImageSize.hs │ │ ├── Logging.hs │ │ ├── MIME.hs │ │ ├── MediaBag.hs │ │ ├── Options.hs │ │ ├── PDF.hs │ │ ├── Parsing/ │ │ │ ├── Capabilities.hs │ │ │ ├── Citations.hs │ │ │ ├── Future.hs │ │ │ ├── General.hs │ │ │ ├── GridTable.hs │ │ │ ├── Lists.hs │ │ │ ├── Math.hs │ │ │ ├── Smart.hs │ │ │ └── State.hs │ │ ├── Parsing.hs │ │ ├── Process.hs │ │ ├── Readers/ │ │ │ ├── AsciiDoc.hs │ │ │ ├── BibTeX.hs │ │ │ ├── CSV.hs │ │ │ ├── CommonMark.hs │ │ │ ├── Creole.hs │ │ │ ├── CslJson.hs │ │ │ ├── Djot.hs │ │ │ ├── DocBook.hs │ │ │ ├── Docx/ │ │ │ │ ├── Combine.hs │ │ │ │ ├── Fields.hs │ │ │ │ ├── Lists.hs │ │ │ │ ├── Parse/ │ │ │ │ │ └── Styles.hs │ │ │ │ ├── Parse.hs │ │ │ │ ├── Symbols.hs │ │ │ │ └── Util.hs │ │ │ ├── Docx.hs │ │ │ ├── DokuWiki.hs │ │ │ ├── EPUB.hs │ │ │ ├── EndNote.hs │ │ │ ├── FB2.hs │ │ │ ├── HTML/ │ │ │ │ ├── Parsing.hs │ │ │ │ ├── Table.hs │ │ │ │ ├── TagCategories.hs │ │ │ │ └── Types.hs │ │ │ ├── HTML.hs │ │ │ ├── Haddock.hs │ │ │ ├── Ipynb.hs │ │ │ ├── JATS.hs │ │ │ ├── Jira.hs │ │ │ ├── LaTeX/ │ │ │ │ ├── Citation.hs │ │ │ │ ├── Inline.hs │ │ │ │ ├── Lang.hs │ │ │ │ ├── Macro.hs │ │ │ │ ├── Math.hs │ │ │ │ ├── Parsing.hs │ │ │ │ ├── SIunitx.hs │ │ │ │ └── Table.hs │ │ │ ├── LaTeX.hs │ │ │ ├── Man.hs │ │ │ ├── Markdown.hs │ │ │ ├── Mdoc/ │ │ │ │ ├── Lex.hs │ │ │ │ ├── Macros.hs │ │ │ │ └── Standards.hs │ │ │ ├── Mdoc.hs │ │ │ ├── MediaWiki.hs │ │ │ ├── Metadata.hs │ │ │ ├── Muse.hs │ │ │ ├── Native.hs │ │ │ ├── ODT/ │ │ │ │ ├── Arrows/ │ │ │ │ │ ├── State.hs │ │ │ │ │ └── Utils.hs │ │ │ │ ├── Base.hs │ │ │ │ ├── ContentReader.hs │ │ │ │ ├── Generic/ │ │ │ │ │ ├── Fallible.hs │ │ │ │ │ ├── Namespaces.hs │ │ │ │ │ ├── SetMap.hs │ │ │ │ │ ├── Utils.hs │ │ │ │ │ └── XMLConverter.hs │ │ │ │ ├── Namespaces.hs │ │ │ │ └── StyleReader.hs │ │ │ ├── ODT.hs │ │ │ ├── OOXML/ │ │ │ │ └── Shared.hs │ │ │ ├── OPML.hs │ │ │ ├── Org/ │ │ │ │ ├── BlockStarts.hs │ │ │ │ ├── Blocks.hs │ │ │ │ ├── DocumentTree.hs │ │ │ │ ├── ExportSettings.hs │ │ │ │ ├── Inlines.hs │ │ │ │ ├── Meta.hs │ │ │ │ ├── ParserState.hs │ │ │ │ ├── Parsing.hs │ │ │ │ └── Shared.hs │ │ │ ├── Org.hs │ │ │ ├── Pod.hs │ │ │ ├── Pptx/ │ │ │ │ ├── Parse.hs │ │ │ │ ├── Shapes.hs │ │ │ │ ├── Slides.hs │ │ │ │ └── SmartArt.hs │ │ │ ├── Pptx.hs │ │ │ ├── RIS.hs │ │ │ ├── RST.hs │ │ │ ├── RTF.hs │ │ │ ├── Roff/ │ │ │ │ └── Escape.hs │ │ │ ├── Roff.hs │ │ │ ├── TWiki.hs │ │ │ ├── Textile.hs │ │ │ ├── TikiWiki.hs │ │ │ ├── Txt2Tags.hs │ │ │ ├── Typst/ │ │ │ │ ├── Math.hs │ │ │ │ └── Parsing.hs │ │ │ ├── Typst.hs │ │ │ ├── Vimwiki.hs │ │ │ ├── XML.hs │ │ │ ├── Xlsx/ │ │ │ │ ├── Cells.hs │ │ │ │ ├── Parse.hs │ │ │ │ └── Sheets.hs │ │ │ └── Xlsx.hs │ │ ├── Readers.hs │ │ ├── RoffChar.hs │ │ ├── Scripting.hs │ │ ├── SelfContained.hs │ │ ├── Shared.hs │ │ ├── Slides.hs │ │ ├── Sources.hs │ │ ├── TeX.hs │ │ ├── Templates.hs │ │ ├── Transforms.hs │ │ ├── Translations/ │ │ │ └── Types.hs │ │ ├── Translations.hs │ │ ├── URI.hs │ │ ├── UTF8.hs │ │ ├── UUID.hs │ │ ├── Version.hs │ │ ├── Writers/ │ │ │ ├── ANSI.hs │ │ │ ├── AnnotatedTable.hs │ │ │ ├── AsciiDoc.hs │ │ │ ├── BBCode.hs │ │ │ ├── BibTeX.hs │ │ │ ├── Blaze.hs │ │ │ ├── ChunkedHTML.hs │ │ │ ├── CommonMark.hs │ │ │ ├── ConTeXt.hs │ │ │ ├── CslJson.hs │ │ │ ├── Djot.hs │ │ │ ├── DocBook.hs │ │ │ ├── Docx/ │ │ │ │ ├── OpenXML.hs │ │ │ │ ├── StyleMap.hs │ │ │ │ ├── Table.hs │ │ │ │ └── Types.hs │ │ │ ├── Docx.hs │ │ │ ├── DokuWiki.hs │ │ │ ├── EPUB.hs │ │ │ ├── FB2.hs │ │ │ ├── GridTable.hs │ │ │ ├── HTML.hs │ │ │ ├── Haddock.hs │ │ │ ├── ICML.hs │ │ │ ├── Ipynb.hs │ │ │ ├── JATS/ │ │ │ │ ├── References.hs │ │ │ │ ├── Table.hs │ │ │ │ └── Types.hs │ │ │ ├── JATS.hs │ │ │ ├── Jira.hs │ │ │ ├── LaTeX/ │ │ │ │ ├── Caption.hs │ │ │ │ ├── Citation.hs │ │ │ │ ├── Lang.hs │ │ │ │ ├── Notes.hs │ │ │ │ ├── Table.hs │ │ │ │ ├── Types.hs │ │ │ │ └── Util.hs │ │ │ ├── LaTeX.hs │ │ │ ├── Man.hs │ │ │ ├── Markdown/ │ │ │ │ ├── Inline.hs │ │ │ │ ├── Table.hs │ │ │ │ └── Types.hs │ │ │ ├── Markdown.hs │ │ │ ├── Math.hs │ │ │ ├── MediaWiki.hs │ │ │ ├── Ms.hs │ │ │ ├── Muse.hs │ │ │ ├── Native.hs │ │ │ ├── ODT.hs │ │ │ ├── OOXML.hs │ │ │ ├── OPML.hs │ │ │ ├── OpenDocument.hs │ │ │ ├── Org.hs │ │ │ ├── Powerpoint/ │ │ │ │ ├── Output.hs │ │ │ │ └── Presentation.hs │ │ │ ├── Powerpoint.hs │ │ │ ├── RST.hs │ │ │ ├── RTF.hs │ │ │ ├── Roff.hs │ │ │ ├── Shared.hs │ │ │ ├── TEI.hs │ │ │ ├── Texinfo.hs │ │ │ ├── Textile.hs │ │ │ ├── Typst.hs │ │ │ ├── Vimdoc.hs │ │ │ ├── XML.hs │ │ │ ├── XWiki.hs │ │ │ └── ZimWiki.hs │ │ ├── Writers.hs │ │ ├── XML.hs │ │ └── XMLFormat.hs │ └── Pandoc.hs ├── stack.yaml ├── test/ │ ├── Tests/ │ │ ├── Command.hs │ │ ├── Helpers.hs │ │ ├── MediaBag.hs │ │ ├── Old.hs │ │ ├── Readers/ │ │ │ ├── Creole.hs │ │ │ ├── Docx.hs │ │ │ ├── DokuWiki.hs │ │ │ ├── EPUB.hs │ │ │ ├── FB2.hs │ │ │ ├── HTML.hs │ │ │ ├── JATS.hs │ │ │ ├── Jira.hs │ │ │ ├── LaTeX.hs │ │ │ ├── Man.hs │ │ │ ├── Markdown.hs │ │ │ ├── Mdoc.hs │ │ │ ├── Muse.hs │ │ │ ├── ODT.hs │ │ │ ├── Org/ │ │ │ │ ├── Block/ │ │ │ │ │ ├── CodeBlock.hs │ │ │ │ │ ├── Figure.hs │ │ │ │ │ ├── Header.hs │ │ │ │ │ ├── List.hs │ │ │ │ │ └── Table.hs │ │ │ │ ├── Block.hs │ │ │ │ ├── Directive.hs │ │ │ │ ├── Inline/ │ │ │ │ │ ├── Citation.hs │ │ │ │ │ ├── Note.hs │ │ │ │ │ └── Smart.hs │ │ │ │ ├── Inline.hs │ │ │ │ ├── Meta.hs │ │ │ │ └── Shared.hs │ │ │ ├── Org.hs │ │ │ ├── Pod.hs │ │ │ ├── Pptx.hs │ │ │ ├── RST.hs │ │ │ ├── RTF.hs │ │ │ ├── Txt2Tags.hs │ │ │ └── Xlsx.hs │ │ ├── Shared.hs │ │ ├── Writers/ │ │ │ ├── AnnotatedTable.hs │ │ │ ├── AsciiDoc.hs │ │ │ ├── BBCode.hs │ │ │ ├── ConTeXt.hs │ │ │ ├── DocBook.hs │ │ │ ├── Docx.hs │ │ │ ├── FB2.hs │ │ │ ├── HTML.hs │ │ │ ├── JATS.hs │ │ │ ├── Jira.hs │ │ │ ├── LaTeX.hs │ │ │ ├── Markdown.hs │ │ │ ├── Markua.hs │ │ │ ├── Ms.hs │ │ │ ├── Muse.hs │ │ │ ├── Native.hs │ │ │ ├── OOXML.hs │ │ │ ├── Org.hs │ │ │ ├── Plain.hs │ │ │ ├── Powerpoint.hs │ │ │ ├── RST.hs │ │ │ └── TEI.hs │ │ └── XML.hs │ ├── ansi-test.ansi │ ├── ansi-test.txt │ ├── asciidoc-reader-include.adoc │ ├── asciidoc-reader-include.rb │ ├── asciidoc-reader.adoc │ ├── asciidoc-reader.native │ ├── command/ │ │ ├── 01.csv │ │ ├── 10002.md │ │ ├── 10057.md │ │ ├── 10062.md │ │ ├── 10071.md │ │ ├── 10093.md │ │ ├── 10094.md │ │ ├── 10105.md │ │ ├── 10127.md │ │ ├── 10145.md │ │ ├── 10148.md │ │ ├── 10149.md │ │ ├── 10152.md │ │ ├── 10160.md │ │ ├── 10185.md │ │ ├── 10236.md │ │ ├── 10271.md │ │ ├── 10279.md │ │ ├── 10281.md │ │ ├── 10318.md │ │ ├── 10328.md │ │ ├── 10338-rst-multiple-header-rows.md │ │ ├── 10385.md │ │ ├── 10390.md │ │ ├── 10414.md │ │ ├── 10459.md │ │ ├── 10484.md │ │ ├── 10490.md │ │ ├── 10491.md │ │ ├── 10497.md │ │ ├── 10537.md │ │ ├── 10594.md │ │ ├── 10621.md │ │ ├── 10631.md │ │ ├── 10635.md │ │ ├── 10643.md │ │ ├── 10650.md │ │ ├── 10659.md │ │ ├── 10672.md │ │ ├── 10708.md │ │ ├── 10730.md │ │ ├── 10747.md │ │ ├── 10755.md │ │ ├── 10758.md │ │ ├── 10781.md │ │ ├── 10791.md │ │ ├── 10805.md │ │ ├── 10812.md │ │ ├── 10816.md │ │ ├── 10825.md │ │ ├── 10836.md │ │ ├── 10848.md │ │ ├── 10855.md │ │ ├── 10862.md │ │ ├── 10867.md │ │ ├── 10884.md │ │ ├── 10889.md │ │ ├── 10890.md │ │ ├── 10912.md │ │ ├── 10915.md │ │ ├── 10919.md │ │ ├── 10926.md │ │ ├── 10942.md │ │ ├── 10965.md │ │ ├── 10983.md │ │ ├── 10984.md │ │ ├── 11006.md │ │ ├── 11013.md │ │ ├── 11014.md │ │ ├── 11017.md │ │ ├── 11046.md │ │ ├── 11047.md │ │ ├── 11048.md │ │ ├── 11090/ │ │ │ └── ch1.typ │ │ ├── 11090.md │ │ ├── 11101.md │ │ ├── 11113.docx │ │ ├── 11113.md │ │ ├── 11124.md │ │ ├── 11128.md │ │ ├── 11140.md │ │ ├── 11150.md │ │ ├── 11162.md │ │ ├── 11188.md │ │ ├── 11210.md │ │ ├── 11211.md │ │ ├── 11253.md │ │ ├── 1126.md │ │ ├── 11266.md │ │ ├── 11270.md │ │ ├── 11299.md │ │ ├── 11300.md │ │ ├── 11309.md │ │ ├── 11312.md │ │ ├── 11323.md │ │ ├── 11341.md │ │ ├── 11342.md │ │ ├── 11348.md │ │ ├── 11362.md │ │ ├── 11364.md │ │ ├── 11374.md │ │ ├── 11384.md │ │ ├── 11409.md │ │ ├── 11420.md │ │ ├── 11422.md │ │ ├── 11450.md │ │ ├── 11455.md │ │ ├── 11463.md │ │ ├── 11479.md │ │ ├── 11486/ │ │ │ └── scroll.revealjs │ │ ├── 11486.md │ │ ├── 11490.md │ │ ├── 11494.md │ │ ├── 11498.md │ │ ├── 11511.md │ │ ├── 11534.md │ │ ├── 1166.md │ │ ├── 1279.md │ │ ├── 1390.md │ │ ├── 1592.md │ │ ├── 1608.md │ │ ├── 1629.md │ │ ├── 168.md │ │ ├── 1710.md │ │ ├── 1718.md │ │ ├── 1745.md │ │ ├── 1762.md │ │ ├── 1773.md │ │ ├── 1841.md │ │ ├── 1881.md │ │ ├── 1905.md │ │ ├── 2103.md │ │ ├── 2118.md │ │ ├── 2228.md │ │ ├── 2337.md │ │ ├── 2378.md │ │ ├── 2397.md │ │ ├── 2434.md │ │ ├── 2465.md │ │ ├── 2549.md │ │ ├── 2552.md │ │ ├── 256.md │ │ ├── 2602.md │ │ ├── 2606.md │ │ ├── 262.md │ │ ├── 2649.md │ │ ├── 2662.md │ │ ├── 2834.md │ │ ├── 2874.md │ │ ├── 2994.md │ │ ├── 3113.md │ │ ├── 3123.md │ │ ├── 3236.md │ │ ├── 3257.md │ │ ├── 3309.md │ │ ├── 3314.md │ │ ├── 3324.md │ │ ├── 3337.md │ │ ├── 3348.md │ │ ├── 3401.md │ │ ├── 3407.md │ │ ├── 3422.md │ │ ├── 3432.md │ │ ├── 3432a.md │ │ ├── 3450.md │ │ ├── 3475.md │ │ ├── 3487.md │ │ ├── 3494.md │ │ ├── 3497.md │ │ ├── 3499.md │ │ ├── 3510-export.latex │ │ ├── 3510-src.hs │ │ ├── 3510-subdoc.org │ │ ├── 3510.md │ │ ├── 3511.md │ │ ├── 3512.md │ │ ├── 3516.md │ │ ├── 3518.md │ │ ├── 3523.md │ │ ├── 3526.md │ │ ├── 3529.md │ │ ├── 3530.md │ │ ├── 3531.md │ │ ├── 3533-rst-csv-tables.csv │ │ ├── 3533-rst-csv-tables.md │ │ ├── 3534.md │ │ ├── 3537.md │ │ ├── 3539.md │ │ ├── 3558.md │ │ ├── 3568.md │ │ ├── 3570.md │ │ ├── 3577.md │ │ ├── 3585.md │ │ ├── 3587.md │ │ ├── 3596.md │ │ ├── 3615.md │ │ ├── 3619.md │ │ ├── 3630.md │ │ ├── 3667.md │ │ ├── 3674.md │ │ ├── 3675.md │ │ ├── 3681.md │ │ ├── 3690.md │ │ ├── 3701.md │ │ ├── 3706.md │ │ ├── 3708.md │ │ ├── 3715.md │ │ ├── 3716.md │ │ ├── 3730.md │ │ ├── 3733.md │ │ ├── 3734.md │ │ ├── 3736.md │ │ ├── 3752.md │ │ ├── 3755.md │ │ ├── 3771.md │ │ ├── 3773.md │ │ ├── 3779.md │ │ ├── 3792.md │ │ ├── 3794.md │ │ ├── 3803.md │ │ ├── 3804.md │ │ ├── 3816.md │ │ ├── 3824.md │ │ ├── 3840.md │ │ ├── 3853.md │ │ ├── 3880.md │ │ ├── 3880.txt │ │ ├── 3916.md │ │ ├── 3937.md │ │ ├── 3947.md │ │ ├── 3958.md │ │ ├── 3968.md │ │ ├── 3971.md │ │ ├── 3971b.tex │ │ ├── 3974.md │ │ ├── 3978.md │ │ ├── 3983.md │ │ ├── 3989.md │ │ ├── 4007.md │ │ ├── 4012.md │ │ ├── 4016.md │ │ ├── 4019.md │ │ ├── 4038.md │ │ ├── 4054.md │ │ ├── 4056.md │ │ ├── 4061.md │ │ ├── 4062.md │ │ ├── 4063.md │ │ ├── 4068.md │ │ ├── 4091.md │ │ ├── 4102.md │ │ ├── 4113.md │ │ ├── 4119.md │ │ ├── 4125.md │ │ ├── 4134.md │ │ ├── 4156.md │ │ ├── 4159.md │ │ ├── 4162.md │ │ ├── 4164.md │ │ ├── 4171.md │ │ ├── 4172.md │ │ ├── 4183.md │ │ ├── 4186.md │ │ ├── 4193.md │ │ ├── 4199.md │ │ ├── 4208.md │ │ ├── 4235.md │ │ ├── 4240.md │ │ ├── 4253.md │ │ ├── 4254.md │ │ ├── 4280.md │ │ ├── 4281.md │ │ ├── 4284.md │ │ ├── 4306.md │ │ ├── 4320.md │ │ ├── 4374.md │ │ ├── 4382.md │ │ ├── 4420.md │ │ ├── 4424.md │ │ ├── 4442.md │ │ ├── 4454.md │ │ ├── 4465.md │ │ ├── 4470.md │ │ ├── 4499.md │ │ ├── 4513.md │ │ ├── 4527.md │ │ ├── 4528.md │ │ ├── 4529.md │ │ ├── 4545.md │ │ ├── 4550.md │ │ ├── 4553.md │ │ ├── 4564.md │ │ ├── 4576.md │ │ ├── 4578.md │ │ ├── 4579.md │ │ ├── 4589.md │ │ ├── 4594.md │ │ ├── 4598.md │ │ ├── 4624.md │ │ ├── 4635.md │ │ ├── 4637.md │ │ ├── 4639.md │ │ ├── 4653.md │ │ ├── 4667.md │ │ ├── 4669.md │ │ ├── 4677.md │ │ ├── 4690.md │ │ ├── 4715.md │ │ ├── 4722.md │ │ ├── 4742.md │ │ ├── 4743.md │ │ ├── 4746.md │ │ ├── 4748.md │ │ ├── 4768.md │ │ ├── 4781.md │ │ ├── 4794.md │ │ ├── 4805-beamer-columns-alignment.md │ │ ├── 4811.md │ │ ├── 4817.md │ │ ├── 4819.md │ │ ├── 4832.md │ │ ├── 4833.md │ │ ├── 4842.md │ │ ├── 4845.md │ │ ├── 4848.md │ │ ├── 4860.md │ │ ├── 4877.md │ │ ├── 4880.md │ │ ├── 4885.md │ │ ├── 4908.md │ │ ├── 4913.md │ │ ├── 4919.md │ │ ├── 4928.md │ │ ├── 4933.md │ │ ├── 4960.md │ │ ├── 5010.md │ │ ├── 5014.md │ │ ├── 5039.md │ │ ├── 5050.md │ │ ├── 5053.md │ │ ├── 5071.md │ │ ├── 5072.md │ │ ├── 5079.md │ │ ├── 5080.md │ │ ├── 5081.md │ │ ├── 5099.md │ │ ├── 5107.md │ │ ├── 5116.md │ │ ├── 5119.md │ │ ├── 512.md │ │ ├── 5121.md │ │ ├── 5128.md │ │ ├── 5177.md │ │ ├── 5178.md │ │ ├── 5182.md │ │ ├── 5182.txt │ │ ├── 5195.md │ │ ├── 5233.md │ │ ├── 5241.md │ │ ├── 5271.md │ │ ├── 5285.md │ │ ├── 5304.md │ │ ├── 5321.md │ │ ├── 5340.md │ │ ├── 5360.md │ │ ├── 5367.md │ │ ├── 5368.md │ │ ├── 5369.md │ │ ├── 5407.md │ │ ├── 5410.md │ │ ├── 5416.md │ │ ├── 5420.md │ │ ├── 5439.md │ │ ├── 5446.md │ │ ├── 5474-figures.md │ │ ├── 5474-tables.md │ │ ├── 5476.md │ │ ├── 5495.md │ │ ├── 5519.md │ │ ├── 5529.md │ │ ├── 5540.md │ │ ├── 5541-localLink.md │ │ ├── 5541-nesting.md │ │ ├── 5541-urlLink.md │ │ ├── 5543.md │ │ ├── 5549.md │ │ ├── 5565.md │ │ ├── 5566.md │ │ ├── 5574.md │ │ ├── 5619.md │ │ ├── 5620.md │ │ ├── 5627.md │ │ ├── 5635.md │ │ ├── 5642.md │ │ ├── 5650.md │ │ ├── 5654.md │ │ ├── 5655.md │ │ ├── 5682.md │ │ ├── 5684.md │ │ ├── 5686.md │ │ ├── 5690.md │ │ ├── 5700-metadata-file-1.yml │ │ ├── 5700-metadata-file-2.yml │ │ ├── 5700.md │ │ ├── 5705.md │ │ ├── 5708.md │ │ ├── 5711.md │ │ ├── 5714.md │ │ ├── 5740.md │ │ ├── 5753.md │ │ ├── 5793.md │ │ ├── 5795.md │ │ ├── 5797.md │ │ ├── 5805.md │ │ ├── 5813.md │ │ ├── 5819.md │ │ ├── 5836.md │ │ ├── 5845.md │ │ ├── 5846.md │ │ ├── 5849-prefix.md │ │ ├── 5857.md │ │ ├── 5876/ │ │ │ └── metadata/ │ │ │ ├── 5876.yaml │ │ │ └── command/ │ │ │ └── 5876.yaml │ │ ├── 5876.md │ │ ├── 5876.yaml │ │ ├── 5878.md │ │ ├── 5881.md │ │ ├── 5885.md │ │ ├── 5898.md │ │ ├── 5899.md │ │ ├── 5904.md │ │ ├── 5918.md │ │ ├── 5936.md │ │ ├── 5967.md │ │ ├── 5986.md │ │ ├── 6009.md │ │ ├── 6021.md │ │ ├── 6026.md │ │ ├── 6030.md │ │ ├── 6033.md │ │ ├── 6034.md │ │ ├── 6043.md │ │ ├── 6062.md │ │ ├── 6107.md │ │ ├── 6114.md │ │ ├── 6119.md │ │ ├── 6133.md │ │ ├── 6137.md │ │ ├── 6194.md │ │ ├── 6265.md │ │ ├── 6285.md │ │ ├── 6288.md │ │ ├── 6296.md │ │ ├── 6308.md │ │ ├── 6324.md │ │ ├── 6348.md │ │ ├── 6350.md │ │ ├── 6360.md │ │ ├── 6367.md │ │ ├── 6384.md │ │ ├── 6385.md │ │ ├── 6388.md │ │ ├── 6424.md │ │ ├── 6441.md │ │ ├── 645.md │ │ ├── 6466-beg.hs │ │ ├── 6466-end.hs │ │ ├── 6466-mid.hs │ │ ├── 6466-whole.hs │ │ ├── 6466.md │ │ ├── 6481.md │ │ ├── 6541.md │ │ ├── 6549.md │ │ ├── 6588.md │ │ ├── 6620.md │ │ ├── 6658.md │ │ ├── 6675.md │ │ ├── 6699.md │ │ ├── 6709.md │ │ ├── 6719.md │ │ ├── 6723.md │ │ ├── 6739.md │ │ ├── 6740.md │ │ ├── 6741.md │ │ ├── 6752.md │ │ ├── 6755.md │ │ ├── 6765.md │ │ ├── 6768.md │ │ ├── 6774.md │ │ ├── 6783.md │ │ ├── 6791.md │ │ ├── 6792.md │ │ ├── 6796.md │ │ ├── 6802.md │ │ ├── 6821.md │ │ ├── 6836.md │ │ ├── 6837.md │ │ ├── 6844.md │ │ ├── 6855.md │ │ ├── 6858.md │ │ ├── 6869.md │ │ ├── 6873.md │ │ ├── 6890.md │ │ ├── 6925.md │ │ ├── 6948.md │ │ ├── 6951.md │ │ ├── 6958.md │ │ ├── 6959.md │ │ ├── 6970.md │ │ ├── 6992.md │ │ ├── 6993.md │ │ ├── 7003.md │ │ ├── 7006.md │ │ ├── 7009.md │ │ ├── 7016.md │ │ ├── 7041.md │ │ ├── 7042.md │ │ ├── 7058.md │ │ ├── 7064.md │ │ ├── 7067.md │ │ ├── 7080.md │ │ ├── 7092.md │ │ ├── 7099.md │ │ ├── 7112.md │ │ ├── 7129.md │ │ ├── 7132.md │ │ ├── 7134.md │ │ ├── 7145.md │ │ ├── 7155.md │ │ ├── 7172.md │ │ ├── 7173.md │ │ ├── 7181.md │ │ ├── 7201.md │ │ ├── 7208.md │ │ ├── 7214.md │ │ ├── 7216.md │ │ ├── 7219.md │ │ ├── 7266.md │ │ ├── 7272.md │ │ ├── 7278.md │ │ ├── 7282.md │ │ ├── 7288.md │ │ ├── 7299.md │ │ ├── 7321.md │ │ ├── 7323.md │ │ ├── 7324.md │ │ ├── 7326.md │ │ ├── 7329.md │ │ ├── 7339.md │ │ ├── 7340.md │ │ ├── 7376.md │ │ ├── 7394.md │ │ ├── 7397.md │ │ ├── 7400.md │ │ ├── 7416.md │ │ ├── 7434.md │ │ ├── 7436.md │ │ ├── 7473.md │ │ ├── 7482.md │ │ ├── 7494.md │ │ ├── 7497.md │ │ ├── 7512.md │ │ ├── 7520.md │ │ ├── 7521.md │ │ ├── 7525.md │ │ ├── 7529.md │ │ ├── 7546.md │ │ ├── 7557.md │ │ ├── 7568.md │ │ ├── 7573.md │ │ ├── 7582.md │ │ ├── 7589.md │ │ ├── 7615.md │ │ ├── 7623.md │ │ ├── 7632.md │ │ ├── 7668.md │ │ ├── 7678.md │ │ ├── 7691.docx │ │ ├── 7691.md │ │ ├── 7692.md │ │ ├── 7697.md │ │ ├── 7713.md │ │ ├── 7723.md │ │ ├── 7726.md │ │ ├── 7738.md │ │ ├── 7743.md │ │ ├── 7761.md │ │ ├── 7778.md │ │ ├── 7803.md │ │ ├── 7808.md │ │ ├── 7810.md │ │ ├── 7813-meta.yaml │ │ ├── 7813.md │ │ ├── 7826.md │ │ ├── 7847.md │ │ ├── 7857.md │ │ ├── 7858.md │ │ ├── 7861/ │ │ │ └── metadata/ │ │ │ └── placeholder │ │ ├── 7861.md │ │ ├── 7861.yaml │ │ ├── 7863.md │ │ ├── 7871.md │ │ ├── 7884.md │ │ ├── 7894.md │ │ ├── 7919.md │ │ ├── 7920.md │ │ ├── 7930.md │ │ ├── 7939.md │ │ ├── 7941.md │ │ ├── 7953.md │ │ ├── 7965.md │ │ ├── 8003.md │ │ ├── 8011.md │ │ ├── 8024.md │ │ ├── 8024a.yaml │ │ ├── 8024b.yaml │ │ ├── 8028.md │ │ ├── 8047.md │ │ ├── 8070.md │ │ ├── 8079.md │ │ ├── 8088.md │ │ ├── 8097.md │ │ ├── 8098.md │ │ ├── 8110.md │ │ ├── 8131.md │ │ ├── 8150.md │ │ ├── 8170.md │ │ ├── 8174.md │ │ ├── 8178.md │ │ ├── 8179.md │ │ ├── 8182.md │ │ ├── 8201.md │ │ ├── 8204.md │ │ ├── 8216.md │ │ ├── 8219.md │ │ ├── 8236.md │ │ ├── 8243.md │ │ ├── 8251.md │ │ ├── 8254.md │ │ ├── 8256.md │ │ ├── 8257.md │ │ ├── 8281.md │ │ ├── 8302.md │ │ ├── 8307.md │ │ ├── 8344.md │ │ ├── 8354.md │ │ ├── 8364.md │ │ ├── 8365.md │ │ ├── 8380.md │ │ ├── 8402.md │ │ ├── 8437.md │ │ ├── 8486.md │ │ ├── 8487.md │ │ ├── 8504.md │ │ ├── 8508.md │ │ ├── 8511.md │ │ ├── 8513.md │ │ ├── 853.md │ │ ├── 8534.md │ │ ├── 8573.md │ │ ├── 8611.md │ │ ├── 8638.md │ │ ├── 8652.md │ │ ├── 8653.md │ │ ├── 8659.md │ │ ├── 8661.md │ │ ├── 8665.md │ │ ├── 8666.md │ │ ├── 8681.md │ │ ├── 8689.md │ │ ├── 8711.md │ │ ├── 8738.md │ │ ├── 8745.md │ │ ├── 8764.md │ │ ├── 8770-block.md │ │ ├── 8770-document.md │ │ ├── 8770-section.md │ │ ├── 8777.md │ │ ├── 8783.md │ │ ├── 8789.md │ │ ├── 8853.md │ │ ├── 8863.md │ │ ├── 8867.md │ │ ├── 8869.md │ │ ├── 8872.md │ │ ├── 8948.md │ │ ├── 8956.md │ │ ├── 8957.md │ │ ├── 8966.md │ │ ├── 8981.md │ │ ├── 8984.md │ │ ├── 8992.md │ │ ├── 8997.md │ │ ├── 9000.md │ │ ├── 9002.docx │ │ ├── 9002.md │ │ ├── 9017.md │ │ ├── 9021.md │ │ ├── 9038.md │ │ ├── 9042.md │ │ ├── 9043.md │ │ ├── 9045.md │ │ ├── 9047.md │ │ ├── 9088.md │ │ ├── 9090.md │ │ ├── 9121.md │ │ ├── 9150.md │ │ ├── 9159.md │ │ ├── 9171.md │ │ ├── 9193.md │ │ ├── 9196.md │ │ ├── 9201.md │ │ ├── 9202.md │ │ ├── 9209.md │ │ ├── 9218.md │ │ ├── 9236.md │ │ ├── 9275.md │ │ ├── 9279.md │ │ ├── 9293.md │ │ ├── 934.md │ │ ├── 9346.md │ │ ├── 9350.md │ │ ├── 9358.docx │ │ ├── 9358.md │ │ ├── 9366.md │ │ ├── 9371.md │ │ ├── 9386.md │ │ ├── 9387.md │ │ ├── 9388.md │ │ ├── 9391.docx │ │ ├── 9391.md │ │ ├── 9420.md │ │ ├── 9445.md │ │ ├── 9452.md │ │ ├── 9467.md │ │ ├── 9472.md │ │ ├── 9475.md │ │ ├── 9478.md │ │ ├── 9481.md │ │ ├── 9516.md │ │ ├── 9517.md │ │ ├── 9555.md │ │ ├── 9569.md │ │ ├── 9576.md │ │ ├── 9579.md │ │ ├── 9585.md │ │ ├── 9586.md │ │ ├── 9597.md │ │ ├── 9603.docx │ │ ├── 9603.md │ │ ├── 9616.md │ │ ├── 9630.md │ │ ├── 9632.md │ │ ├── 9635.md │ │ ├── 9639.md │ │ ├── 9644.md │ │ ├── 9652.md │ │ ├── 9657.md │ │ ├── 9676.md │ │ ├── 9700.md │ │ ├── 9716.md │ │ ├── 9777-b.md │ │ ├── 9777.md │ │ ├── 9792.md │ │ ├── 9797.md │ │ ├── 9805.md │ │ ├── 9807.md │ │ ├── 9809.md │ │ ├── 982.md │ │ ├── 9865.md │ │ ├── 987.md │ │ ├── 9878.md │ │ ├── 9902.md │ │ ├── 9904.md │ │ ├── 9905.md │ │ ├── 9908.md │ │ ├── 9943.md │ │ ├── 9945.md │ │ ├── 9953.md │ │ ├── 9987.md │ │ ├── A.txt │ │ ├── B.txt │ │ ├── C.txt │ │ ├── D.txt │ │ ├── abbrevs │ │ ├── adjacent_latex_blocks.md │ │ ├── advanced-optical-materials.csl │ │ ├── alerts.md │ │ ├── american-medical-association.csl │ │ ├── annales.csl │ │ ├── apa.csl │ │ ├── archeologie-medievale.csl │ │ ├── ascii.md │ │ ├── author-in-text-move-note.md │ │ ├── averroes.bib │ │ ├── bar-endinput.tex │ │ ├── bar.tex │ │ ├── biblatex-266.md │ │ ├── biblatex-aksin.md │ │ ├── biblatex-almendro.md │ │ ├── biblatex-angenendt.md │ │ ├── biblatex-aristotle-anima.md │ │ ├── biblatex-aristotle-physics.md │ │ ├── biblatex-aristotle-poetics.md │ │ ├── biblatex-aristotle-rhetoric.md │ │ ├── biblatex-article.md │ │ ├── biblatex-augustine.md │ │ ├── biblatex-averroes-bland.md │ │ ├── biblatex-averroes-hannes.md │ │ ├── biblatex-averroes-hercz.md │ │ ├── biblatex-baez-article.md │ │ ├── biblatex-baez-online.md │ │ ├── biblatex-basic.md │ │ ├── biblatex-bertram.md │ │ ├── biblatex-bibstring-resolution.md │ │ ├── biblatex-book-averroes.md │ │ ├── biblatex-book-coleridge.md │ │ ├── biblatex-book-title-maintitle-series.md │ │ ├── biblatex-book-vazques-de-parga.md │ │ ├── biblatex-brandt.md │ │ ├── biblatex-britannica.md │ │ ├── biblatex-chiu.md │ │ ├── biblatex-cicero.md │ │ ├── biblatex-cms.md │ │ ├── biblatex-coleridge.md │ │ ├── biblatex-companion.md │ │ ├── biblatex-cotton.md │ │ ├── biblatex-crossref-inbook-mvbook.md │ │ ├── biblatex-crossref-nested.md │ │ ├── biblatex-ctan.md │ │ ├── biblatex-dates.md │ │ ├── biblatex-doody.md │ │ ├── biblatex-edtf-date.md │ │ ├── biblatex-escapedquotes.md │ │ ├── biblatex-formatting.md │ │ ├── biblatex-gaonkar-in.md │ │ ├── biblatex-gaonkar.md │ │ ├── biblatex-geer.md │ │ ├── biblatex-gerhardt.md │ │ ├── biblatex-gillies.md │ │ ├── biblatex-glashow.md │ │ ├── biblatex-gonzalez.md │ │ ├── biblatex-hammond.md │ │ ├── biblatex-herrmann.md │ │ ├── biblatex-hyman.md │ │ ├── biblatex-iliad.md │ │ ├── biblatex-inbook-title-booktitle-maintitle-series-2.md │ │ ├── biblatex-inbook-title-booktitle-maintitle-series.md │ │ ├── biblatex-inbook.md │ │ ├── biblatex-incollection-2.md │ │ ├── biblatex-incollection.md │ │ ├── biblatex-inproceedings.md │ │ ├── biblatex-issue288.md │ │ ├── biblatex-itzhaki.md │ │ ├── biblatex-jaffe.md │ │ ├── biblatex-jcg.md │ │ ├── biblatex-kant-kpv.md │ │ ├── biblatex-kant-ku.md │ │ ├── biblatex-kastenholz.md │ │ ├── biblatex-knuth-ct-a.md │ │ ├── biblatex-knuth-ct-b.md │ │ ├── biblatex-knuth-ct-c.md │ │ ├── biblatex-knuth-ct-d.md │ │ ├── biblatex-knuth-ct-e.md │ │ ├── biblatex-knuth-ct-related.md │ │ ├── biblatex-knuth-ct.md │ │ ├── biblatex-kowalik.md │ │ ├── biblatex-kullback-related.md │ │ ├── biblatex-kullback-reprint.md │ │ ├── biblatex-kullback.md │ │ ├── biblatex-laufenberg.md │ │ ├── biblatex-loh.md │ │ ├── biblatex-malinowski.md │ │ ├── biblatex-manual.md │ │ ├── biblatex-markey.md │ │ ├── biblatex-maron.md │ │ ├── biblatex-massa.md │ │ ├── biblatex-moore-related.md │ │ ├── biblatex-moore.md │ │ ├── biblatex-moraux.md │ │ ├── biblatex-murray.md │ │ ├── biblatex-nietzsche-historie.md │ │ ├── biblatex-nietzsche-ksa.md │ │ ├── biblatex-nietzsche-ksa1.md │ │ ├── biblatex-online.md │ │ ├── biblatex-options-url-false-doi-false.md │ │ ├── biblatex-padhye.md │ │ ├── biblatex-patent.md │ │ ├── biblatex-periodical.md │ │ ├── biblatex-piccato.md │ │ ├── biblatex-pines.md │ │ ├── biblatex-quotes.md │ │ ├── biblatex-reese.md │ │ ├── biblatex-report.md │ │ ├── biblatex-salam.md │ │ ├── biblatex-sarfraz.md │ │ ├── biblatex-shore.md │ │ ├── biblatex-sigfridsson.md │ │ ├── biblatex-sorace.md │ │ ├── biblatex-spiegelberg.md │ │ ├── biblatex-springer.md │ │ ├── biblatex-strings.md │ │ ├── biblatex-test-case-conversion.md │ │ ├── biblatex-textnormal.md │ │ ├── biblatex-thesis.md │ │ ├── biblatex-title-and-shorttitle.md │ │ ├── biblatex-vangennep-related.md │ │ ├── biblatex-vangennep-trans.md │ │ ├── biblatex-vangennep.md │ │ ├── biblatex-vazques-de-parga-mvbook.md │ │ ├── biblatex-vazques-de-parga.md │ │ ├── biblatex-video.md │ │ ├── biblatex-vizedom-related.md │ │ ├── biblatex-wassenberg.md │ │ ├── biblatex-weinberg.md │ │ ├── biblatex-westfahl-frontier.md │ │ ├── biblatex-westfahl-space.md │ │ ├── biblatex-wilde.md │ │ ├── biblatex-worman.md │ │ ├── biblatex-yoon.md │ │ ├── biblio.bib │ │ ├── bibtex-basic.md │ │ ├── bioethics.csl │ │ ├── bits-book-meta.md │ │ ├── bits-book-part-wrapper-meta.md │ │ ├── bits-book-part-wrapper.md │ │ ├── bits-book.md │ │ ├── bits-index-elements.md │ │ ├── bits-legend.md │ │ ├── bits-named-boook-parts.md │ │ ├── bits-title-display-as.md │ │ ├── bits-title-supress.md │ │ ├── bits-toc-elements.md │ │ ├── chap1/ │ │ │ └── text.md │ │ ├── chap2/ │ │ │ └── text.md │ │ ├── chicago-annotated-bibliography.csl │ │ ├── chicago-author-date-with-original-date-and-status.csl │ │ ├── chicago-fullnote-bibliography.csl │ │ ├── chicago-note-bibliography.csl │ │ ├── chinese-gb7714-2005-numeric.csl │ │ ├── cite-in-inline-note.md │ │ ├── citeproc-17.md │ │ ├── citeproc-20.md │ │ ├── citeproc-7a.md │ │ ├── citeproc-7b.md │ │ ├── citeproc-87.md │ │ ├── citeproc-author-in-text-suffix.md │ │ ├── csv.md │ │ ├── defaults-inheritance-1.md │ │ ├── defaults-inheritance-2.md │ │ ├── defaults-inheritance-3.md │ │ ├── defaults1.yaml │ │ ├── defaults2.yaml │ │ ├── defaults3.yaml │ │ ├── defaults4.yaml │ │ ├── defaults5.yaml │ │ ├── defaults6.yaml │ │ ├── defaults7.yaml │ │ ├── defaults8.yaml │ │ ├── defaults9.yaml │ │ ├── din-1505-2.csl │ │ ├── docbook-bibliography.md │ │ ├── dokuwiki-quote.md │ │ ├── dots.md │ │ ├── duplicate_attributes.md │ │ ├── emoji.md │ │ ├── empty_paragraphs.md │ │ ├── figures-context.md │ │ ├── figures-fb2.md │ │ ├── figures-haddock.md │ │ ├── figures-html.md │ │ ├── figures-jats.md │ │ ├── figures-jira.md │ │ ├── figures-latex.md │ │ ├── figures-markdown.md │ │ ├── figures-mediawiki.md │ │ ├── figures-org.md │ │ ├── figures-rst.md │ │ ├── figures-texinfo.md │ │ ├── figures-textile.md │ │ ├── figures-xwiki.md │ │ ├── figures-zimwiki.md │ │ ├── file1.txt │ │ ├── file2.txt │ │ ├── gfm.md │ │ ├── harvard-university-of-kent.csl │ │ ├── hspace.md │ │ ├── html-read-figure.md │ │ ├── html-trim-definition-list-terms.md │ │ ├── html-writer-a-in-a.md │ │ ├── hyphenat.md │ │ ├── ieee.csl │ │ ├── ifstrequal.md │ │ ├── indented-fences.md │ │ ├── input-with-endinput.md │ │ ├── issue160.csl │ │ ├── issue437.csl │ │ ├── issue58.csl │ │ ├── jabberwocky.md │ │ ├── jats-figure-alt-text.md │ │ ├── latex-center.md │ │ ├── latex-color.md │ │ ├── latex-command-comment.md │ │ ├── latex-fontawesome.md │ │ ├── latex-math-trailing-space.md │ │ ├── latex-tabular-column-specs.md │ │ ├── le-tapuscrit-note.csl │ │ ├── lettrine.md │ │ ├── lists-inside-definition.md │ │ ├── locators.csl │ │ ├── lstlisting.md │ │ ├── macro-defs-in-preamble.md │ │ ├── macros.md │ │ ├── make-section-column-divs.md │ │ ├── man-defines.md │ │ ├── md-abbrevs.md │ │ ├── mdoc-An.md │ │ ├── mdoc-Bd-unfilled.md │ │ ├── mdoc-Bl-column.md │ │ ├── mdoc-Bl-tag.md │ │ ├── mediawiki_behavior_switches.md │ │ ├── mmd-metadata.md │ │ ├── modern-humanities-research-association.csl │ │ ├── multiple-metadata-blocks.md │ │ ├── nested-spanlike.md │ │ ├── nested-table-to-asciidoc-6942.md │ │ ├── newif.md │ │ ├── oscola.csl │ │ ├── pandoc-citeproc-118.md │ │ ├── pandoc-citeproc-119.md │ │ ├── pandoc-citeproc-13.md │ │ ├── pandoc-citeproc-136.md │ │ ├── pandoc-citeproc-14.md │ │ ├── pandoc-citeproc-152.md │ │ ├── pandoc-citeproc-160.md │ │ ├── pandoc-citeproc-175.md │ │ ├── pandoc-citeproc-197.md │ │ ├── pandoc-citeproc-213.md │ │ ├── pandoc-citeproc-25.md │ │ ├── pandoc-citeproc-250.md │ │ ├── pandoc-citeproc-27.md │ │ ├── pandoc-citeproc-292.md │ │ ├── pandoc-citeproc-301.md │ │ ├── pandoc-citeproc-307.md │ │ ├── pandoc-citeproc-31.md │ │ ├── pandoc-citeproc-312.md │ │ ├── pandoc-citeproc-320.md │ │ ├── pandoc-citeproc-320a.md │ │ ├── pandoc-citeproc-322.md │ │ ├── pandoc-citeproc-325.md │ │ ├── pandoc-citeproc-327.md │ │ ├── pandoc-citeproc-338.md │ │ ├── pandoc-citeproc-351.md │ │ ├── pandoc-citeproc-356.md │ │ ├── pandoc-citeproc-360.md │ │ ├── pandoc-citeproc-361.md │ │ ├── pandoc-citeproc-365.md │ │ ├── pandoc-citeproc-371.md │ │ ├── pandoc-citeproc-38.md │ │ ├── pandoc-citeproc-386.md │ │ ├── pandoc-citeproc-392.md │ │ ├── pandoc-citeproc-399.md │ │ ├── pandoc-citeproc-401.md │ │ ├── pandoc-citeproc-408.md │ │ ├── pandoc-citeproc-416.md │ │ ├── pandoc-citeproc-437.md │ │ ├── pandoc-citeproc-47.md │ │ ├── pandoc-citeproc-51.md │ │ ├── pandoc-citeproc-53.md │ │ ├── pandoc-citeproc-57.md │ │ ├── pandoc-citeproc-58.md │ │ ├── pandoc-citeproc-61.md │ │ ├── pandoc-citeproc-64.md │ │ ├── pandoc-citeproc-65.md │ │ ├── pandoc-citeproc-68.md │ │ ├── pandoc-citeproc-7.md │ │ ├── pandoc-citeproc-70.md │ │ ├── pandoc-citeproc-75.md │ │ ├── pandoc-citeproc-76.md │ │ ├── pandoc-citeproc-77.md │ │ ├── pandoc-citeproc-82.md │ │ ├── pandoc-citeproc-87.md │ │ ├── pandoc-citeproc-chicago-author-date.md │ │ ├── pandoc-citeproc-chicago-fullnote-bibliography.md │ │ ├── pandoc-citeproc-ieee.md │ │ ├── pandoc-citeproc-locators-delimited.md │ │ ├── pandoc-citeproc-locators-integrated.md │ │ ├── pandoc-citeproc-move-period-inside-quote.md │ │ ├── pandoc-citeproc-no-author.md │ │ ├── pandoc-citeproc-number-of-volumes.md │ │ ├── pandoc-citeproc-page-range.md │ │ ├── parse-raw.md │ │ ├── pdfstandard.md │ │ ├── refs.md │ │ ├── reset-citation-positions.md │ │ ├── rst-links.md │ │ ├── rst-writer-gridtable-if-rowspans.md │ │ ├── rst_block_subst.md │ │ ├── sage-harvard.csl │ │ ├── science.csl │ │ ├── section-divs.md │ │ ├── setext-fenced-div.md │ │ ├── shift-heading-level-by.md │ │ ├── short-caption.md │ │ ├── sloppypar.md │ │ ├── smart.md │ │ ├── style399.csl │ │ ├── sub-file-chapter-1.tex │ │ ├── sub-file-chapter-2.tex │ │ ├── svg.md │ │ ├── table-with-cell-align.md │ │ ├── table-with-column-span.md │ │ ├── tabularx.md │ │ ├── tasklist.md │ │ ├── tex-group.md │ │ ├── three.txt │ │ ├── toc.md │ │ ├── translations.md │ │ ├── typst-hs-80.md │ │ ├── typst-image-alt.md │ │ ├── typst-images.md │ │ ├── typst-property-output.md │ │ ├── unicode-collation.md │ │ ├── vancouver.csl │ │ ├── vars-and-metadata.md │ │ ├── video-audio.md │ │ ├── wikilinks_title_after_pipe.md │ │ ├── wikilinks_title_before_pipe.md │ │ ├── write18.md │ │ ├── yaml-metadata-blocks.md │ │ ├── yaml-metadata.yaml │ │ ├── yaml-with-chomp.md │ │ └── zeitschrift-fur-kunstgeschichte.csl │ ├── creole-reader.native │ ├── creole-reader.txt │ ├── djot-reader.djot │ ├── djot-reader.native │ ├── docbook-chapter.docbook │ ├── docbook-chapter.native │ ├── docbook-reader.docbook │ ├── docbook-reader.native │ ├── docbook-xref.docbook │ ├── docbook-xref.native │ ├── docx/ │ │ ├── 0_level_headers.docx │ │ ├── 0_level_headers.native │ │ ├── adjacent_codeblocks.docx │ │ ├── adjacent_codeblocks.native │ │ ├── already_auto_ident.docx │ │ ├── already_auto_ident.native │ │ ├── alternate_document_path.docx │ │ ├── alternate_document_path.native │ │ ├── anchor_header_after_anchor.docx │ │ ├── anchor_header_after_anchor.native │ │ ├── block_quotes.docx │ │ ├── block_quotes.native │ │ ├── char_styles.docx │ │ ├── char_styles.native │ │ ├── codeblock.docx │ │ ├── codeblock.native │ │ ├── comments.docx │ │ ├── comments.native │ │ ├── comments_no_comments.native │ │ ├── comments_warning.docx │ │ ├── compact-style-removal.docx │ │ ├── compact-style-removal.native │ │ ├── cross_reference.docx │ │ ├── cross_reference.native │ │ ├── custom-style-no-styles.native │ │ ├── custom-style-preserve.native │ │ ├── custom-style-reference.docx │ │ ├── custom-style-roundtrip-end.native │ │ ├── custom-style-with-styles.native │ │ ├── custom_style.native │ │ ├── deep_normalize.docx │ │ ├── deep_normalize.native │ │ ├── definition_list.docx │ │ ├── definition_list.native │ │ ├── diagram.docx │ │ ├── diagram.native │ │ ├── document-properties-short-desc.native │ │ ├── document-properties.native │ │ ├── drop_cap.docx │ │ ├── drop_cap.native │ │ ├── dummy_item_after_list_item.docx │ │ ├── dummy_item_after_list_item.native │ │ ├── dummy_item_after_paragraph.docx │ │ ├── dummy_item_after_paragraph.native │ │ ├── empty_field.docx │ │ ├── empty_field.native │ │ ├── enumerated_headings.docx │ │ ├── enumerated_headings.native │ │ ├── german-reference.docx │ │ ├── german_styled_lists.docx │ │ ├── german_styled_lists.native │ │ ├── golden/ │ │ │ ├── block_quotes.docx │ │ │ ├── codeblock.docx │ │ │ ├── comments.docx │ │ │ ├── custom_style_no_reference.docx │ │ │ ├── custom_style_preserve.docx │ │ │ ├── custom_style_reference.docx │ │ │ ├── definition_list.docx │ │ │ ├── document-properties-short-desc.docx │ │ │ ├── document-properties.docx │ │ │ ├── headers.docx │ │ │ ├── image.docx │ │ │ ├── inline_code.docx │ │ │ ├── inline_formatting.docx │ │ │ ├── inline_images.docx │ │ │ ├── link_in_notes.docx │ │ │ ├── links.docx │ │ │ ├── lists.docx │ │ │ ├── lists_9994.docx │ │ │ ├── lists_continuing.docx │ │ │ ├── lists_div_bullets.docx │ │ │ ├── lists_multiple_initial.docx │ │ │ ├── lists_restarting.docx │ │ │ ├── nested_anchors_in_header.docx │ │ │ ├── notes.docx │ │ │ ├── raw-blocks.docx │ │ │ ├── raw-bookmarks.docx │ │ │ ├── table_one_row.docx │ │ │ ├── table_with_list_cell.docx │ │ │ ├── tables-default-widths.docx │ │ │ ├── tables.docx │ │ │ ├── tables_separated_with_rawblock.docx │ │ │ ├── task_list.docx │ │ │ ├── track_changes_deletion.docx │ │ │ ├── track_changes_insertion.docx │ │ │ ├── track_changes_move.docx │ │ │ ├── track_changes_scrubbed_metadata.docx │ │ │ ├── unicode.docx │ │ │ └── verbatim_subsuper.docx │ │ ├── hanging_indent.docx │ │ ├── hanging_indent.native │ │ ├── headers.docx │ │ ├── headers.native │ │ ├── i18n_blocks.docx │ │ ├── i18n_blocks.native │ │ ├── image.docx │ │ ├── image_no_embed.native │ │ ├── image_no_embed_writer.native │ │ ├── image_vml.docx │ │ ├── image_vml.native │ │ ├── image_vml_as_object.docx │ │ ├── image_vml_as_object.native │ │ ├── image_with_textbox_caption.docx │ │ ├── image_with_textbox_caption.native │ │ ├── image_writer_test.native │ │ ├── inline_code.docx │ │ ├── inline_code.native │ │ ├── inline_formatting.docx │ │ ├── inline_formatting.native │ │ ├── inline_formatting_writer.native │ │ ├── inline_images.docx │ │ ├── inline_images.native │ │ ├── inline_images_writer.native │ │ ├── inline_images_writer_test.native │ │ ├── instrText_hyperlink.docx │ │ ├── instrText_hyperlink.native │ │ ├── link_in_notes.docx │ │ ├── link_in_notes.native │ │ ├── links.docx │ │ ├── links.native │ │ ├── links_writer.native │ │ ├── lists-compact.docx │ │ ├── lists-compact.native │ │ ├── lists.docx │ │ ├── lists.native │ │ ├── lists_9994.native │ │ ├── lists_continuing.docx │ │ ├── lists_continuing.native │ │ ├── lists_div_bullets.native │ │ ├── lists_level_override.docx │ │ ├── lists_level_override.native │ │ ├── lists_multiple_initial.native │ │ ├── lists_restarting.docx │ │ ├── lists_restarting.native │ │ ├── lists_sublist_reset.docx │ │ ├── lists_sublist_reset.native │ │ ├── lists_writer.native │ │ ├── mendeley_citations.docx │ │ ├── mendeley_citations_minus.native │ │ ├── mendeley_citations_plus.native │ │ ├── metadata.docx │ │ ├── metadata.native │ │ ├── metadata_after_normal.docx │ │ ├── metadata_after_normal.native │ │ ├── nested_anchors_in_header.docx │ │ ├── nested_anchors_in_header.native │ │ ├── nested_instrText.docx │ │ ├── nested_instrText.native │ │ ├── nested_sdt.docx │ │ ├── nested_sdt.native │ │ ├── nested_smart_tags.docx │ │ ├── nested_smart_tags.native │ │ ├── normalize.docx │ │ ├── normalize.native │ │ ├── notes.docx │ │ ├── notes.native │ │ ├── numbered_header.docx │ │ ├── numbered_header.native │ │ ├── overlapping_targets.docx │ │ ├── overlapping_targets.native │ │ ├── pageref.docx │ │ ├── pageref.native │ │ ├── paragraph_insertion_deletion.docx │ │ ├── paragraph_insertion_deletion_accept.native │ │ ├── paragraph_insertion_deletion_all.native │ │ ├── paragraph_insertion_deletion_reject.native │ │ ├── raw-blocks.native │ │ ├── raw-bookmarks.native │ │ ├── relative_indentation_blockquotes.docx │ │ ├── relative_indentation_blockquotes.native │ │ ├── sdt_elements.docx │ │ ├── sdt_elements.native │ │ ├── sdt_in_footnote.docx │ │ ├── sdt_in_footnote.native │ │ ├── special_punctuation.docx │ │ ├── special_punctuation.native │ │ ├── table_captions_no_field.docx │ │ ├── table_captions_no_field.native │ │ ├── table_captions_with_field.docx │ │ ├── table_captions_with_field.native │ │ ├── table_gridbefore.docx │ │ ├── table_gridbefore.native │ │ ├── table_header_rowspan.docx │ │ ├── table_header_rowspan.native │ │ ├── table_one_header_row.docx │ │ ├── table_one_header_row.native │ │ ├── table_one_row.docx │ │ ├── table_one_row.native │ │ ├── table_variable_width.docx │ │ ├── table_variable_width.native │ │ ├── table_with_list_cell.docx │ │ ├── table_with_list_cell.native │ │ ├── tables-default-widths.native │ │ ├── tables.docx │ │ ├── tables.native │ │ ├── tables_separated_with_rawblock.native │ │ ├── tabs.docx │ │ ├── tabs.native │ │ ├── task_list.docx │ │ ├── task_list.native │ │ ├── text_in_shape_format.docx │ │ ├── text_in_shape_format.native │ │ ├── textbox_image.docx │ │ ├── textbox_image.native │ │ ├── textbox_image_duplicate_encoding.docx │ │ ├── textbox_image_duplicate_encoding.native │ │ ├── track_changes_deletion.docx │ │ ├── track_changes_deletion_accept.native │ │ ├── track_changes_deletion_all.native │ │ ├── track_changes_deletion_reject.native │ │ ├── track_changes_insertion.docx │ │ ├── track_changes_insertion_accept.native │ │ ├── track_changes_insertion_all.native │ │ ├── track_changes_insertion_reject.native │ │ ├── track_changes_move.docx │ │ ├── track_changes_move_accept.native │ │ ├── track_changes_move_all.native │ │ ├── track_changes_move_reject.native │ │ ├── track_changes_scrubbed_metadata.docx │ │ ├── track_changes_scrubbed_metadata.native │ │ ├── trailing_spaces_in_formatting.docx │ │ ├── trailing_spaces_in_formatting.native │ │ ├── trim_last_inline.docx │ │ ├── trim_last_inline.native │ │ ├── unicode.docx │ │ ├── unicode.native │ │ ├── unused_anchors.docx │ │ ├── unused_anchors.native │ │ ├── verbatim_subsuper.docx │ │ ├── verbatim_subsuper.native │ │ ├── zotero_citations.docx │ │ ├── zotero_citations_minus.native │ │ └── zotero_citations_plus.native │ ├── dokuwiki_external_images.dokuwiki │ ├── dokuwiki_external_images.native │ ├── dokuwiki_inline_formatting.dokuwiki │ ├── dokuwiki_inline_formatting.native │ ├── dokuwiki_multiblock_table.dokuwiki │ ├── dokuwiki_multiblock_table.native │ ├── endnotexml-reader.native │ ├── endnotexml-reader.xml │ ├── epub/ │ │ ├── epub2_cover.epub │ │ ├── epub2_no_cover.epub │ │ ├── epub2_picture.epub │ │ ├── features.epub │ │ ├── features.native │ │ ├── formatting.epub │ │ ├── formatting.native │ │ ├── img.epub │ │ ├── img_no_cover.epub │ │ ├── wasteland.epub │ │ └── wasteland.native │ ├── fb2/ │ │ ├── basic.fb2 │ │ ├── basic.markdown │ │ ├── images-embedded.fb2 │ │ ├── images-embedded.html │ │ ├── images.fb2 │ │ ├── images.markdown │ │ ├── math.fb2 │ │ ├── math.markdown │ │ ├── meta.fb2 │ │ ├── meta.markdown │ │ ├── reader/ │ │ │ ├── emphasis.fb2 │ │ │ ├── emphasis.native │ │ │ ├── epigraph.fb2 │ │ │ ├── epigraph.native │ │ │ ├── meta.fb2 │ │ │ ├── meta.native │ │ │ ├── notes.fb2 │ │ │ ├── notes.native │ │ │ ├── poem.fb2 │ │ │ ├── poem.native │ │ │ ├── titles.fb2 │ │ │ └── titles.native │ │ ├── titles.fb2 │ │ └── titles.markdown │ ├── haddock-reader.haddock │ ├── haddock-reader.native │ ├── html-reader.html │ ├── html-reader.native │ ├── insert │ ├── ipynb/ │ │ ├── mime.ipynb │ │ ├── mime.native │ │ ├── mime.out.ipynb │ │ ├── rank.ipynb │ │ ├── rank.out.html │ │ ├── simple.in.native │ │ ├── simple.ipynb │ │ └── simple.out.native │ ├── jats-reader.native │ ├── jats-reader.xml │ ├── jira-reader.jira │ ├── jira-reader.native │ ├── latex-reader.latex │ ├── latex-reader.native │ ├── lhs-test-markdown.native │ ├── lhs-test.fragment.html+lhs │ ├── lhs-test.html │ ├── lhs-test.html+lhs │ ├── lhs-test.latex │ ├── lhs-test.latex+lhs │ ├── lhs-test.markdown │ ├── lhs-test.markdown+lhs │ ├── lhs-test.native │ ├── lhs-test.rst │ ├── lhs-test.rst+lhs │ ├── man-reader.man │ ├── man-reader.native │ ├── markdown-citations.native │ ├── markdown-citations.txt │ ├── markdown-reader-more.native │ ├── markdown-reader-more.txt │ ├── mediawiki-reader.native │ ├── mediawiki-reader.wiki │ ├── odt/ │ │ ├── markdown/ │ │ │ ├── blockquote2.md │ │ │ ├── bold.md │ │ │ ├── citation.md │ │ │ ├── endnote.md │ │ │ ├── externalLink.md │ │ │ ├── footnote.md │ │ │ ├── formula.md │ │ │ ├── headers.md │ │ │ ├── horizontalRule.md │ │ │ ├── image.md │ │ │ ├── imageIndex.md │ │ │ ├── imageWithCaption.md │ │ │ ├── italic.md │ │ │ ├── listBlocks.md │ │ │ ├── paragraph.md │ │ │ ├── strikeout.md │ │ │ ├── trackedChanges.md │ │ │ └── underlined.md │ │ ├── native/ │ │ │ ├── blockquote.native │ │ │ ├── image.native │ │ │ ├── imageIndex.native │ │ │ ├── imageRelative.native │ │ │ ├── imageWithCaption.native │ │ │ ├── inlinedCode.native │ │ │ ├── listContinueNumbering.native │ │ │ ├── listContinueNumbering2.native │ │ │ ├── orderedListHeader.native │ │ │ ├── orderedListMixed.native │ │ │ ├── orderedListRoman.native │ │ │ ├── orderedListSimple.native │ │ │ ├── preformattedText.native │ │ │ ├── preformattedTextParentStyle.native │ │ │ ├── referenceToChapter.native │ │ │ ├── referenceToListItem.native │ │ │ ├── referenceToText.native │ │ │ ├── simpleTable.native │ │ │ ├── simpleTableWithCaption.native │ │ │ ├── simpleTableWithHeader.native │ │ │ ├── simpleTableWithMultipleHeaderRows.native │ │ │ ├── sourceText.native │ │ │ ├── tab.native │ │ │ ├── tableWithContents.native │ │ │ ├── tableWithSpans.native │ │ │ ├── textMixedStyles.native │ │ │ ├── unicode.native │ │ │ ├── unorderedList.native │ │ │ └── unorderedListHeader.native │ │ └── odt/ │ │ ├── blockquote.odt │ │ ├── blockquote2.odt │ │ ├── bold.odt │ │ ├── citation.odt │ │ ├── endnote.odt │ │ ├── expression.odt │ │ ├── expressionUnevaluated.odt │ │ ├── externalLink.odt │ │ ├── footnote.odt │ │ ├── formula.odt │ │ ├── headers.odt │ │ ├── hiddenTextByStyle.odt │ │ ├── hiddenTextByVariable.odt │ │ ├── horizontalRule.odt │ │ ├── image.odt │ │ ├── imageIndex.odt │ │ ├── imageRelative.odt │ │ ├── imageWithCaption.odt │ │ ├── inlinedCode.odt │ │ ├── italic.odt │ │ ├── listBlocks.odt │ │ ├── listContinueNumbering.odt │ │ ├── listContinueNumbering2.odt │ │ ├── orderedListHeader.odt │ │ ├── orderedListMixed.odt │ │ ├── orderedListRoman.odt │ │ ├── orderedListSimple.odt │ │ ├── paragraph.odt │ │ ├── preformattedText.odt │ │ ├── preformattedTextParentStyle.odt │ │ ├── referenceAllInOne.odt │ │ ├── referenceToChapter.odt │ │ ├── referenceToListItem.odt │ │ ├── referenceToText.odt │ │ ├── simpleTable.odt │ │ ├── simpleTableWithCaption.odt │ │ ├── simpleTableWithHeader.odt │ │ ├── simpleTableWithMultipleHeaderRows.odt │ │ ├── sourceText.odt │ │ ├── strikeout.odt │ │ ├── tab.odt │ │ ├── table.odt │ │ ├── tableWithCaption.odt │ │ ├── tableWithContents.odt │ │ ├── tableWithSpans.odt │ │ ├── textMixedStyles.odt │ │ ├── trackedChanges.odt │ │ ├── underlined.odt │ │ ├── unicode.odt │ │ ├── unorderedList.odt │ │ ├── unorderedListHeader.odt │ │ └── variable.odt │ ├── opml-reader.native │ ├── opml-reader.opml │ ├── org-select-tags.native │ ├── org-select-tags.org │ ├── pipe-tables.native │ ├── pipe-tables.txt │ ├── pod-reader.native │ ├── pod-reader.pod │ ├── pptx/ │ │ ├── background-image/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── blanks/ │ │ │ ├── just-speaker-notes/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── nbsp-in-body/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ └── nbsp-in-heading/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── code/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── code-custom/ │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── comparison/ │ │ │ ├── both-columns/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── extra-image/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── extra-text/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── non-text-first/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ └── one-column/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── content-with-caption/ │ │ │ ├── heading-text-image/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── image-text/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ └── text-image/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── document-properties/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── document-properties-short-desc/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── endnotes/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── endnotes-toc/ │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── footer/ │ │ │ ├── basic/ │ │ │ │ ├── output.pptx │ │ │ │ └── reference.pptx │ │ │ ├── fixed-date/ │ │ │ │ ├── output.pptx │ │ │ │ └── reference.pptx │ │ │ ├── higher-slide-number/ │ │ │ │ ├── output.pptx │ │ │ │ └── reference.pptx │ │ │ ├── input.native │ │ │ └── no-title-slide/ │ │ │ ├── output.pptx │ │ │ └── reference.pptx │ │ ├── images/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── incremental-lists/ │ │ │ ├── with-flag/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ └── without-flag/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── inline-formatting/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── layouts/ │ │ │ ├── deleted.pptx │ │ │ ├── input.native │ │ │ └── moved.pptx │ │ ├── list-level/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── lists/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── metadata-speaker-notes/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── pauses/ │ │ │ └── without-incremental/ │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── raw-ooxml/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── reference-deleted-layouts.pptx │ │ ├── reference-depth.pptx │ │ ├── reference-moved-layouts.pptx │ │ ├── reference-no-slides/ │ │ │ ├── add-slides/ │ │ │ │ ├── input.native │ │ │ │ └── output.pptx │ │ │ └── with-notes/ │ │ │ ├── input.native │ │ │ └── output.pptx │ │ ├── reference-no-slides.pptx │ │ ├── remove-empty-slides/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── single-column/ │ │ │ ├── image/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ └── text/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── slide-breaks/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── slide-breaks-slide-level-1/ │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── slide-breaks-toc/ │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── slide-level-0/ │ │ │ ├── h1-h2-with-table/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── h1-with-image/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ ├── h1-with-table/ │ │ │ │ ├── input.native │ │ │ │ ├── output.pptx │ │ │ │ └── templated.pptx │ │ │ └── h2-with-image/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── speaker-notes/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── speaker-notes-after-metadata/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── speaker-notes-afterheader/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── speaker-notes-afterseps/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── start-numbering-at/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ ├── tables/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ └── two-column/ │ │ ├── all-text/ │ │ │ ├── input.native │ │ │ ├── output.pptx │ │ │ └── templated.pptx │ │ └── text-and-image/ │ │ ├── input.native │ │ ├── output.pptx │ │ └── templated.pptx │ ├── pptx-reader/ │ │ ├── basic.native │ │ └── basic.pptx │ ├── rst-reader.native │ ├── rst-reader.rst │ ├── rtf/ │ │ ├── accent.native │ │ ├── accent.rtf │ │ ├── bookmark.native │ │ ├── bookmark.rtf │ │ ├── footnote.native │ │ ├── footnote.rtf │ │ ├── formatting.native │ │ ├── formatting.rtf │ │ ├── heading.native │ │ ├── heading.rtf │ │ ├── image.native │ │ ├── image.rtf │ │ ├── link.native │ │ ├── link.rtf │ │ ├── list_complex.native │ │ ├── list_complex.rtf │ │ ├── list_simple.native │ │ ├── list_simple.rtf │ │ ├── table_error_codes.native │ │ ├── table_error_codes.rtf │ │ ├── table_simple.native │ │ ├── table_simple.rtf │ │ ├── unicode.native │ │ └── unicode.rtf │ ├── s5-basic.html │ ├── s5-fancy.html │ ├── s5-fragment.html │ ├── s5-inserts.html │ ├── s5.native │ ├── tables/ │ │ ├── nordics.html4 │ │ ├── nordics.html5 │ │ ├── nordics.jats_archiving │ │ ├── nordics.latex │ │ ├── nordics.markdown │ │ ├── nordics.mediawiki │ │ ├── nordics.native │ │ ├── nordics.typst │ │ ├── planets.html4 │ │ ├── planets.html5 │ │ ├── planets.jats_archiving │ │ ├── planets.latex │ │ ├── planets.markdown │ │ ├── planets.mediawiki │ │ ├── planets.native │ │ ├── planets.typst │ │ ├── students.html4 │ │ ├── students.html5 │ │ ├── students.jats_archiving │ │ ├── students.latex │ │ ├── students.markdown │ │ ├── students.mediawiki │ │ ├── students.native │ │ └── students.typst │ ├── tables-rstsubset.native │ ├── tables.asciidoc │ ├── tables.asciidoc_legacy │ ├── tables.bbcode │ ├── tables.context │ ├── tables.djot │ ├── tables.docbook4 │ ├── tables.docbook5 │ ├── tables.dokuwiki │ ├── tables.fb2 │ ├── tables.haddock │ ├── tables.html4 │ ├── tables.html5 │ ├── tables.icml │ ├── tables.jats_archiving │ ├── tables.jats_articleauthoring │ ├── tables.jats_publishing │ ├── tables.jira │ ├── tables.latex │ ├── tables.man │ ├── tables.markdown │ ├── tables.markua │ ├── tables.mediawiki │ ├── tables.ms │ ├── tables.muse │ ├── tables.native │ ├── tables.opendocument │ ├── tables.org │ ├── tables.plain │ ├── tables.rst │ ├── tables.rtf │ ├── tables.tei │ ├── tables.texinfo │ ├── tables.textile │ ├── tables.txt │ ├── tables.typst │ ├── tables.vimdoc │ ├── tables.xwiki │ ├── tables.zimwiki │ ├── test-pandoc.hs │ ├── testsuite.native │ ├── testsuite.txt │ ├── textile-reader.native │ ├── textile-reader.textile │ ├── tikiwiki-reader.native │ ├── tikiwiki-reader.tikiwiki │ ├── twiki-reader.native │ ├── twiki-reader.twiki │ ├── txt2tags.native │ ├── txt2tags.t2t │ ├── typst-reader.native │ ├── typst-reader.typ │ ├── undergradmath.typ │ ├── vimdoc/ │ │ ├── definition-lists.markdown │ │ ├── definition-lists.vimdoc │ │ ├── headers-numbered.vimdoc │ │ ├── headers.markdown │ │ ├── headers.vimdoc │ │ ├── vim-online-doc.markdown │ │ └── vim-online-doc.vimdoc │ ├── vimwiki-reader.native │ ├── vimwiki-reader.wiki │ ├── writer.asciidoc │ ├── writer.asciidoc_legacy │ ├── writer.bbcode │ ├── writer.context │ ├── writer.djot │ ├── writer.docbook4 │ ├── writer.docbook5 │ ├── writer.dokuwiki │ ├── writer.fb2 │ ├── writer.haddock │ ├── writer.html4 │ ├── writer.html5 │ ├── writer.icml │ ├── writer.jats_archiving │ ├── writer.jats_articleauthoring │ ├── writer.jats_publishing │ ├── writer.jira │ ├── writer.latex │ ├── writer.man │ ├── writer.markdown │ ├── writer.markua │ ├── writer.mediawiki │ ├── writer.ms │ ├── writer.muse │ ├── writer.native │ ├── writer.opendocument │ ├── writer.opml │ ├── writer.org │ ├── writer.plain │ ├── writer.rst │ ├── writer.rtf │ ├── writer.tei │ ├── writer.texinfo │ ├── writer.textile │ ├── writer.typst │ ├── writer.vimdoc │ ├── writer.xwiki │ ├── writer.zimwiki │ ├── writers-lang-and-dir.context │ ├── writers-lang-and-dir.latex │ ├── writers-lang-and-dir.native │ └── xlsx-reader/ │ ├── basic.native │ └── basic.xlsx ├── tools/ │ ├── .editorconfig │ ├── build-and-upload-api-docs.sh │ ├── build-arm.sh │ ├── changelog-helper.sh │ ├── changes_template.html │ ├── cliptree.gvpr │ ├── diff-zip.sh │ ├── extract-changes.lua │ ├── github-upload.sh │ ├── latex-package-dependencies.lua │ ├── moduledeps.lua │ ├── pandoc-template-mode.el │ ├── pandoc-xml.dtd │ ├── pandoc-xml.rnc │ ├── pandoc-xml.rng │ ├── pandoc-xml.xsd │ ├── parseTimings.pl │ ├── update-lua-module-docs.lua │ ├── update-readme.lua │ ├── update-translations.py │ ├── validate-docx.sh │ └── validate-docx2.sh ├── wasm/ │ ├── LICENSE │ ├── Makefile │ ├── examples/ │ │ ├── bibtex-to-csljson/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── csv-table-to-org/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── custom-template/ │ │ │ ├── custom.tpl │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── docx-with-equations-to-latex/ │ │ │ ├── equations.docx │ │ │ └── options.json │ │ ├── hello-world/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── highlighted-code-to-html/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── ipynb-to-rtf/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── latex-to-docbook-with-mathml/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── latex-with-macros-to-restructured-text/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── lua-filters/ │ │ │ ├── count_words.lua │ │ │ ├── emph_to_allcaps.lua │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── man-page-to-context/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── markdown-citations-to-plain-with-csl-style/ │ │ │ ├── le-tapuscrit-note.csl │ │ │ ├── options.json │ │ │ ├── refs.bib │ │ │ └── stdin │ │ ├── markdown-to-docbook-with-citations/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── markdown-to-revealjs-slides/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── markdown-to-rst/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── mediawiki-to-docx-with-equations/ │ │ │ ├── options.json │ │ │ └── stdin │ │ ├── ris-to-formatted-markdown-bibliography/ │ │ │ ├── options.json │ │ │ └── stdin │ │ └── rst-table-from-yaml-data/ │ │ ├── custom.rst │ │ ├── options.json │ │ ├── species.rst │ │ └── stdin │ ├── index.html │ ├── index.js │ ├── pandoc.js │ └── patches/ │ ├── conduit-extra.patch │ ├── lua.patch │ ├── memory.patch │ ├── splitmix.patch │ ├── streaming-commons.patch │ └── xml-conduit.patch ├── weeder.toml ├── windows/ │ ├── AdvancedWelcomeEulaDlg_Custom.wxs │ ├── Makefile │ ├── Pandoc-en-us.wxl │ ├── WixUI_Advanced_Custom.wxs │ └── pandoc.wxs └── xml-light/ └── Text/ └── Pandoc/ └── XML/ ├── Light/ │ ├── Output.hs │ ├── Proc.hs │ └── Types.hs └── Light.hs