The response has been limited to 50k tokens of the smallest files in the repo. You can remove this limitation by removing the max tokens filter.
├── .cirrus.yml
├── .editorconfig
├── .gitattributes
├── .github
    ├── FUNDING.yml
    ├── ISSUE_TEMPLATE
    │   ├── bug_report.md
    │   ├── config.yml
    │   └── feature_request.md
    ├── dependabot.yml
    └── workflows
    │   ├── benchmark.yml
    │   ├── ci.yml
    │   ├── commit-validation-pr.yml
    │   ├── commit-validation.yml
    │   ├── docx-validation.yaml
    │   ├── format-validation.yml
    │   ├── lint.yml.bkp
    │   ├── nightly.yml
    │   └── release-candidate.yml
├── .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.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.xwiki
    │   ├── default.zimwiki
    │   ├── 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
    │   ├── no.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
├── 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
    ├── COPYING.md
    ├── 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
├── pandoc-lua-engine
    ├── COPYING.md
    ├── README.md
    ├── pandoc-lua-engine.cabal
    ├── src
    │   └── Text
    │   │   └── Pandoc
    │   │       ├── Lua.hs
    │   │       └── Lua
    │   │           ├── Custom.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.hs
    │   │           ├── Module
    │   │               ├── CLI.hs
    │   │               ├── Format.hs
    │   │               ├── Image.hs
    │   │               ├── JSON.hs
    │   │               ├── Log.hs
    │   │               ├── MediaBag.hs
    │   │               ├── Pandoc.hs
    │   │               ├── Scaffolding.hs
    │   │               ├── Structure.hs
    │   │               ├── System.hs
    │   │               ├── Template.hs
    │   │               ├── Text.hs
    │   │               ├── Types.hs
    │   │               └── Utils.hs
    │   │           ├── Orphans.hs
    │   │           ├── PandocLua.hs
    │   │           ├── Run.hs
    │   │           ├── SourcePos.hs
    │   │           └── Writer
    │   │               ├── Classic.hs
    │   │               └── Scaffolding.hs
    └── test
    │   ├── Tests
    │       ├── Lua.hs
    │       └── Lua
    │       │   ├── Module.hs
    │       │   ├── Reader.hs
    │       │   └── Writer.hs
    │   ├── bytestring-reader.lua
    │   ├── bytestring.bin
    │   ├── 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
    │       │   ├── sample.svg
    │       │   └── 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
    │   ├── tables.native
    │   ├── test-pandoc-lua-engine.hs
    │   ├── testsuite.native
    │   ├── writer-template.lua
    │   ├── writer-template.out.txt
    │   └── writer.custom
├── pandoc-server
    ├── COPYING.md
    ├── README.md
    ├── pandoc-server.cabal
    └── src
    │   └── Text
    │       └── Pandoc
    │           └── Server.hs
├── pandoc.cabal
├── release.nix
├── shell.nix
├── src
    └── Text
    │   ├── Pandoc.hs
    │   └── Pandoc
    │       ├── App.hs
    │       ├── App
    │           ├── CommandLineOptions.hs
    │           ├── Input.hs
    │           ├── Opt.hs
    │           └── OutputSettings.hs
    │       ├── Asciify.hs
    │       ├── CSS.hs
    │       ├── CSV.hs
    │       ├── Char.hs
    │       ├── Chunks.hs
    │       ├── Citeproc.hs
    │       ├── Citeproc
    │           ├── BibTeX.hs
    │           ├── CslJson.hs
    │           ├── Data.hs
    │           ├── Locator.hs
    │           ├── MetaValue.hs
    │           ├── Name.hs
    │           └── Util.hs
    │       ├── Class.hs
    │       ├── Class
    │           ├── CommonState.hs
    │           ├── IO.hs
    │           ├── PandocIO.hs
    │           ├── PandocMonad.hs
    │           ├── PandocPure.hs
    │           └── Sandbox.hs
    │       ├── Data.hs
    │       ├── Data
    │           └── BakedIn.hs
    │       ├── Emoji.hs
    │       ├── Error.hs
    │       ├── Extensions.hs
    │       ├── Filter.hs
    │       ├── Filter
    │           ├── Environment.hs
    │           └── JSON.hs
    │       ├── Format.hs
    │       ├── Highlighting.hs
    │       ├── Image.hs
    │       ├── ImageSize.hs
    │       ├── Logging.hs
    │       ├── MIME.hs
    │       ├── MediaBag.hs
    │       ├── Options.hs
    │       ├── PDF.hs
    │       ├── Parsing.hs
    │       ├── Parsing
    │           ├── Capabilities.hs
    │           ├── Citations.hs
    │           ├── Future.hs
    │           ├── General.hs
    │           ├── GridTable.hs
    │           ├── Lists.hs
    │           ├── Math.hs
    │           ├── Smart.hs
    │           └── State.hs
    │       ├── Process.hs
    │       ├── Readers.hs
    │       ├── Readers
    │           ├── BibTeX.hs
    │           ├── CSV.hs
    │           ├── CommonMark.hs
    │           ├── Creole.hs
    │           ├── CslJson.hs
    │           ├── Djot.hs
    │           ├── DocBook.hs
    │           ├── Docx.hs
    │           ├── Docx
    │           │   ├── Combine.hs
    │           │   ├── Fields.hs
    │           │   ├── Lists.hs
    │           │   ├── Parse.hs
    │           │   ├── Parse
    │           │   │   └── Styles.hs
    │           │   ├── Symbols.hs
    │           │   └── Util.hs
    │           ├── DokuWiki.hs
    │           ├── EPUB.hs
    │           ├── EndNote.hs
    │           ├── FB2.hs
    │           ├── HTML.hs
    │           ├── HTML
    │           │   ├── Parsing.hs
    │           │   ├── Table.hs
    │           │   ├── TagCategories.hs
    │           │   └── Types.hs
    │           ├── Haddock.hs
    │           ├── Ipynb.hs
    │           ├── JATS.hs
    │           ├── Jira.hs
    │           ├── LaTeX.hs
    │           ├── LaTeX
    │           │   ├── Citation.hs
    │           │   ├── Inline.hs
    │           │   ├── Lang.hs
    │           │   ├── Macro.hs
    │           │   ├── Math.hs
    │           │   ├── Parsing.hs
    │           │   ├── SIunitx.hs
    │           │   └── Table.hs
    │           ├── Man.hs
    │           ├── Markdown.hs
    │           ├── Mdoc.hs
    │           ├── Mdoc
    │           │   ├── Lex.hs
    │           │   ├── Macros.hs
    │           │   └── Standards.hs
    │           ├── MediaWiki.hs
    │           ├── Metadata.hs
    │           ├── Muse.hs
    │           ├── Native.hs
    │           ├── ODT.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
    │           ├── OPML.hs
    │           ├── Org.hs
    │           ├── Org
    │           │   ├── BlockStarts.hs
    │           │   ├── Blocks.hs
    │           │   ├── DocumentTree.hs
    │           │   ├── ExportSettings.hs
    │           │   ├── Inlines.hs
    │           │   ├── Meta.hs
    │           │   ├── ParserState.hs
    │           │   ├── Parsing.hs
    │           │   └── Shared.hs
    │           ├── Pod.hs
    │           ├── RIS.hs
    │           ├── RST.hs
    │           ├── RTF.hs
    │           ├── Roff.hs
    │           ├── Roff
    │           │   └── Escape.hs
    │           ├── TWiki.hs
    │           ├── Textile.hs
    │           ├── TikiWiki.hs
    │           ├── Txt2Tags.hs
    │           ├── Typst.hs
    │           ├── Typst
    │           │   ├── Math.hs
    │           │   └── Parsing.hs
    │           └── Vimwiki.hs
    │       ├── RoffChar.hs
    │       ├── Scripting.hs
    │       ├── SelfContained.hs
    │       ├── Shared.hs
    │       ├── Slides.hs
    │       ├── Sources.hs
    │       ├── TeX.hs
    │       ├── Templates.hs
    │       ├── Transforms.hs
    │       ├── Translations.hs
    │       ├── Translations
    │           └── Types.hs
    │       ├── URI.hs
    │       ├── UTF8.hs
    │       ├── UUID.hs
    │       ├── Version.hs
    │       ├── Writers.hs
    │       ├── Writers
    │           ├── ANSI.hs
    │           ├── AnnotatedTable.hs
    │           ├── AsciiDoc.hs
    │           ├── BibTeX.hs
    │           ├── Blaze.hs
    │           ├── ChunkedHTML.hs
    │           ├── CommonMark.hs
    │           ├── ConTeXt.hs
    │           ├── CslJson.hs
    │           ├── Djot.hs
    │           ├── DocBook.hs
    │           ├── Docx.hs
    │           ├── Docx
    │           │   ├── OpenXML.hs
    │           │   ├── StyleMap.hs
    │           │   ├── Table.hs
    │           │   └── Types.hs
    │           ├── DokuWiki.hs
    │           ├── EPUB.hs
    │           ├── FB2.hs
    │           ├── GridTable.hs
    │           ├── HTML.hs
    │           ├── Haddock.hs
    │           ├── ICML.hs
    │           ├── Ipynb.hs
    │           ├── JATS.hs
    │           ├── JATS
    │           │   ├── References.hs
    │           │   ├── Table.hs
    │           │   └── Types.hs
    │           ├── Jira.hs
    │           ├── LaTeX.hs
    │           ├── LaTeX
    │           │   ├── Caption.hs
    │           │   ├── Citation.hs
    │           │   ├── Lang.hs
    │           │   ├── Notes.hs
    │           │   ├── Table.hs
    │           │   ├── Types.hs
    │           │   └── Util.hs
    │           ├── Man.hs
    │           ├── Markdown.hs
    │           ├── Markdown
    │           │   ├── Inline.hs
    │           │   ├── Table.hs
    │           │   └── Types.hs
    │           ├── Math.hs
    │           ├── MediaWiki.hs
    │           ├── Ms.hs
    │           ├── Muse.hs
    │           ├── Native.hs
    │           ├── ODT.hs
    │           ├── OOXML.hs
    │           ├── OPML.hs
    │           ├── OpenDocument.hs
    │           ├── Org.hs
    │           ├── Powerpoint.hs
    │           ├── Powerpoint
    │           │   ├── Output.hs
    │           │   └── Presentation.hs
    │           ├── RST.hs
    │           ├── RTF.hs
    │           ├── Roff.hs
    │           ├── Shared.hs
    │           ├── TEI.hs
    │           ├── Texinfo.hs
    │           ├── Textile.hs
    │           ├── Typst.hs
    │           ├── XWiki.hs
    │           └── ZimWiki.hs
    │       └── XML.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.hs
    │   │   ├── Org
    │   │   │   ├── Block.hs
    │   │   │   ├── Block
    │   │   │   │   ├── CodeBlock.hs
    │   │   │   │   ├── Figure.hs
    │   │   │   │   ├── Header.hs
    │   │   │   │   ├── List.hs
    │   │   │   │   └── Table.hs
    │   │   │   ├── Directive.hs
    │   │   │   ├── Inline.hs
    │   │   │   ├── Inline
    │   │   │   │   ├── Citation.hs
    │   │   │   │   ├── Note.hs
    │   │   │   │   └── Smart.hs
    │   │   │   ├── Meta.hs
    │   │   │   └── Shared.hs
    │   │   ├── Pod.hs
    │   │   ├── RST.hs
    │   │   ├── RTF.hs
    │   │   └── Txt2Tags.hs
    │   ├── Shared.hs
    │   └── Writers
    │   │   ├── AnnotatedTable.hs
    │   │   ├── AsciiDoc.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
    ├── ansi-test.ansi
    ├── ansi-test.txt
    ├── bodybg.gif
    ├── command
    │   ├── 5876
    │   │   └── metadata
    │   │   │   ├── 5876.yaml
    │   │   │   └── command
    │   │   │       └── 5876.yaml
    │   ├── 7861
    │   │   └── metadata
    │   │   │   └── placeholder
    │   ├── 01.csv
    │   ├── 10057.md
    │   ├── 10062.md
    │   ├── 10071.md
    │   ├── 10093.md
    │   ├── 10094.md
    │   ├── 10105.md
    │   ├── 10145.md
    │   ├── 10148.md
    │   ├── 10152.md
    │   ├── 10160.md
    │   ├── 10185.md
    │   ├── 10236.md
    │   ├── 10271.md
    │   ├── 10279.md
    │   ├── 10281.md
    │   ├── 10318.md
    │   ├── 10328.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
    │   ├── 10650.md
    │   ├── 10659.md
    │   ├── 10672.md
    │   ├── 10708.md
    │   ├── 10730.md
    │   ├── 10747.md
    │   ├── 10755.md
    │   ├── 10758.md
    │   ├── 10781.md
    │   ├── 10791.md
    │   ├── 10805.md
    │   ├── 10812.md
    │   ├── 10825.md
    │   ├── 10836.md
    │   ├── 10848.md
    │   ├── 10855.md
    │   ├── 10862.md
    │   ├── 10867.md
    │   ├── 10889.md
    │   ├── 10912.md
    │   ├── 10915.md
    │   ├── 10926.md
    │   ├── 10965.md
    │   ├── 1126.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.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
    │   ├── 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
    │   ├── 6836.md
    │   ├── 6837.md
    │   ├── 6844.md
    │   ├── 6855.md
    │   ├── 6858.md
    │   ├── 6869.md
    │   ├── 6873.md
    │   ├── 6890.md
    │   ├── 6925.md
    │   ├── 6948.md
    │   ├── 6951.md
    │   ├── 6958.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
    │   ├── 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
    │   ├── 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
    │   ├── 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.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
    │   ├── 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
    │   ├── 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
    │   ├── 8789.md
    │   ├── 8853.md
    │   ├── 8863.md
    │   ├── 8867.md
    │   ├── 8872.md
    │   ├── 8948.md
    │   ├── 8956.md
    │   ├── 8966.md
    │   ├── 8981.md
    │   ├── 8984.md
    │   ├── 8992.md
    │   ├── 8997.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
    │   ├── 9371.md
    │   ├── 9386.md
    │   ├── 9387.md
    │   ├── 9388.md
    │   ├── 9391.docx
    │   ├── 9391.md
    │   ├── 9420.md
    │   ├── 9420.svg
    │   ├── 9445.md
    │   ├── 9452.md
    │   ├── 9467.md
    │   ├── 9467.svg
    │   ├── 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
    │   ├── 9652.svg
    │   ├── 9657.md
    │   ├── 9676.md
    │   ├── 9700.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
    │   ├── 9987.md
    │   ├── A.txt
    │   ├── B.txt
    │   ├── C.txt
    │   ├── D.txt
    │   ├── SVG_logo-without-xml-declaration.svg
    │   ├── SVG_logo.svg
    │   ├── 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
    │   │   ├── spider.png
    │   │   └── text.md
    │   ├── chap2
    │   │   ├── spider.png
    │   │   └── 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
    │   ├── corrupt.svg
    │   ├── 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
    │   ├── inkscape-cube.svg
    │   ├── 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-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
    │   ├── minimal.svg
    │   ├── 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
    │   ├── refs.md
    │   ├── rst-links.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-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
    │   ├── 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_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_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_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
    │   ├── 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
    │   ├── test-small.png
    │   ├── test.jpg
    │   ├── 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
    ├── lalune.jpg
    ├── 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
    ├── media
    │   ├── rId25.jpg
    │   ├── rId26.jpg
    │   └── rId27.jpg
    ├── mediawiki-reader.native
    ├── mediawiki-reader.wiki
    ├── movie.jpg
    ├── 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
    │   │   ├── imageWithCaption.native
    │   │   ├── inlinedCode.native
    │   │   ├── listContinueNumbering.native
    │   │   ├── listContinueNumbering2.native
    │   │   ├── orderedListHeader.native
    │   │   ├── orderedListMixed.native
    │   │   ├── orderedListRoman.native
    │   │   ├── orderedListSimple.native
    │   │   ├── referenceToChapter.native
    │   │   ├── referenceToListItem.native
    │   │   ├── referenceToText.native
    │   │   ├── simpleTable.native
    │   │   ├── simpleTableWithCaption.native
    │   │   ├── tab.native
    │   │   ├── tableWithContents.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
    │   │   ├── imageWithCaption.odt
    │   │   ├── inlinedCode.odt
    │   │   ├── italic.odt
    │   │   ├── listBlocks.odt
    │   │   ├── listContinueNumbering.odt
    │   │   ├── listContinueNumbering2.odt
    │   │   ├── orderedListHeader.odt
    │   │   ├── orderedListMixed.odt
    │   │   ├── orderedListRoman.odt
    │   │   ├── orderedListSimple.odt
    │   │   ├── paragraph.odt
    │   │   ├── referenceAllInOne.odt
    │   │   ├── referenceToChapter.odt
    │   │   ├── referenceToListItem.odt
    │   │   ├── referenceToText.odt
    │   │   ├── simpleTable.odt
    │   │   ├── simpleTableWithCaption.odt
    │   │   ├── strikeout.odt
    │   │   ├── tab.odt
    │   │   ├── table.odt
    │   │   ├── tableWithCaption.odt
    │   │   ├── tableWithContents.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-custom
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── code
    │   │   ├── input.native
    │   │   ├── 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-short-desc
    │   │   ├── input.native
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── document-properties
    │   │   ├── input.native
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── endnotes-toc
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── endnotes
    │   │   ├── input.native
    │   │   ├── 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
    │   ├── 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
    │   ├── remove-empty-slides
    │   │   ├── input.native
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── slide-breaks-slide-level-1
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── slide-breaks-toc
    │   │   ├── output.pptx
    │   │   └── templated.pptx
    │   ├── slide-breaks
    │   │   ├── input.native
    │   │   ├── 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-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
    │   ├── speaker-notes
    │   │   ├── 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
    ├── 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-rstsubset.native
    ├── tables.asciidoc
    ├── tables.asciidoc_legacy
    ├── 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.xwiki
    ├── tables.zimwiki
    ├── 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
    ├── 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
    ├── vimwiki-reader.native
    ├── vimwiki-reader.wiki
    ├── writer.asciidoc
    ├── writer.asciidoc_legacy
    ├── 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.xwiki
    ├── writer.zimwiki
    ├── writers-lang-and-dir.context
    ├── writers-lang-and-dir.latex
    └── writers-lang-and-dir.native
├── 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
    ├── parseTimings.pl
    ├── update-lua-module-docs.lua
    ├── update-readme.lua
    ├── update-translations.py
    ├── validate-docx.sh
    └── validate-docx2.sh
├── weeder.toml
├── windows
    ├── AdvancedWelcomeEulaDlg_Custom.wxs
    ├── Makefile
    ├── Pandoc-en-us.wxl
    ├── WixUI_Advanced_Custom.wxs
    └── pandoc.wxs
├── wml.xsd.patch
└── xml-light
    └── Text
        └── Pandoc
            └── XML
                ├── Light.hs
                └── Light
                    ├── Output.hs
                    ├── Proc.hs
                    └── Types.hs


/.gitattributes:
--------------------------------------------------------------------------------
1 | test/fb2/reader/* -text
2 | pandoc-lua-engine/test/*.custom		-text
3 | pandoc-lua-engine/test/*.txt		-text
4 | 


--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | github: [jgm,tarleb,silby]
2 | 


--------------------------------------------------------------------------------
/.github/dependabot.yml:
--------------------------------------------------------------------------------
1 | version: 2
2 | updates:
3 | - package-ecosystem: "github-actions"
4 |   directory: "/"
5 |   schedule:
6 |       interval: "weekly"
7 | 


--------------------------------------------------------------------------------
/BUGS:
--------------------------------------------------------------------------------
1 | To view a list of known bugs, or to enter a bug report, please use
2 | Pandoc's issue tracker: <https://github.com/jgm/pandoc/issues>.
3 | 
4 | See also CONTRIBUTING.md.
5 | 


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/UKenglish.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/UKenglish.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/USenglish.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/USenglish.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/american.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/american.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/australian.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/australian.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/austrian.lbx.strings:
--------------------------------------------------------------------------------
1 | january|J\"anner|J\"an\adddot
2 | 


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/brazil.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/brazil.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/british.lbx.strings:
--------------------------------------------------------------------------------
1 | organizer|organiser|org\adddot
2 | organizers|organisers|orgs\adddot
3 | byorganizer|organised by|org\adddotspace by
4 | 


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/canadian.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/canadian.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/hungarian.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/hungarian.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/naustrian.lbx.strings:
--------------------------------------------------------------------------------
1 | citedas|im Folgenden zitiert als|im Folgenden zit\adddotspace als
2 | january|J\"anner|J\"an\adddot
3 | 


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/newzealand.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/newzealand.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/ngerman.lbx.strings:
--------------------------------------------------------------------------------
1 | citedas|im Folgenden zitiert als|im Folgenden zit\adddotspace als
2 | 


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/nswissgerman.lbx.strings:
--------------------------------------------------------------------------------
1 | citedas|im Folgenden zitiert als|im Folgenden zit\adddotspace als
2 | countryuk|Grossbritannien|GB
3 | 


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/portuges.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/portuges.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/serbian.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/serbian.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/serbianc.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/serbianc.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/slovenian.lbx.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/citeproc/biblatex-localization/slovenian.lbx.strings


--------------------------------------------------------------------------------
/citeproc/biblatex-localization/swissgerman.lbx.strings:
--------------------------------------------------------------------------------
1 | countryuk|Grossbritannien|GB
2 | 


--------------------------------------------------------------------------------
/data/docx/docProps/custom.xml:
--------------------------------------------------------------------------------
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 | <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"></Properties>
3 | 


--------------------------------------------------------------------------------
/data/docx/word/webSettings.xml:
--------------------------------------------------------------------------------
1 | <?xml version="1.0" encoding="UTF-8"?>
2 | <ns0:webSettings xmlns:ns0="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
3 |   <ns0:allowPNG />
4 |   <ns0:doNotSaveAsSingleFile />
5 | </ns0:webSettings>


--------------------------------------------------------------------------------
/data/init.lua:
--------------------------------------------------------------------------------
1 | -- This Lua script is run every time the Lua interpreter is started when running
2 | -- a Lua filter. It can be customized to load additional modules or to alter the
3 | -- default modules.
4 | 


--------------------------------------------------------------------------------
/data/odt/mimetype:
--------------------------------------------------------------------------------
1 | application/vnd.oasis.opendocument.text


--------------------------------------------------------------------------------
/data/pptx/ppt/tableStyles.xml:
--------------------------------------------------------------------------------
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 | <a:tblStyleLst xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" def="{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}"/>


--------------------------------------------------------------------------------
/data/templates/default.biblatex:
--------------------------------------------------------------------------------
 1 | $for(header-includes)$
 2 | $header-includes$
 3 | $endfor$
 4 | $for(include-before)$
 5 | $include-before$
 6 | $endfor$
 7 | $body$
 8 | $for(include-after)$
 9 | $include-after$
10 | $endfor$
11 | 


--------------------------------------------------------------------------------
/data/templates/default.bibtex:
--------------------------------------------------------------------------------
 1 | $for(header-includes)$
 2 | $header-includes$
 3 | $endfor$
 4 | $for(include-before)$
 5 | $include-before$
 6 | $endfor$
 7 | $body$
 8 | $for(include-after)$
 9 | $include-after$
10 | $endfor$
11 | 


--------------------------------------------------------------------------------
/data/templates/default.dokuwiki:
--------------------------------------------------------------------------------
 1 | $for(include-before)$
 2 | $include-before$
 3 | 
 4 | $endfor$
 5 | $if(toc)$
 6 | __TOC__
 7 | 
 8 | $endif$
 9 | $body$
10 | $for(include-after)$
11 | 
12 | $include-after$
13 | $endfor$
14 | 


--------------------------------------------------------------------------------
/data/templates/default.haddock:
--------------------------------------------------------------------------------
1 | $body$
2 | 


--------------------------------------------------------------------------------
/data/templates/default.jira:
--------------------------------------------------------------------------------
 1 | $for(include-before)$
 2 | $include-before$
 3 | 
 4 | $endfor$
 5 | $body$
 6 | $for(include-after)$
 7 | 
 8 | $include-after$
 9 | $endfor$
10 | 


--------------------------------------------------------------------------------
/data/templates/default.mediawiki:
--------------------------------------------------------------------------------
 1 | $for(include-before)$
 2 | $include-before$
 3 | 
 4 | $endfor$
 5 | $if(toc)$
 6 | __TOC__
 7 | 
 8 | $endif$
 9 | $body$
10 | $for(include-after)$
11 | 
12 | $include-after$
13 | $endfor$
14 | 


--------------------------------------------------------------------------------
/data/templates/default.textile:
--------------------------------------------------------------------------------
 1 | $for(include-before)$
 2 | $include-before$
 3 | 
 4 | $endfor$
 5 | $body$
 6 | $for(include-after)$
 7 | 
 8 | $include-after$
 9 | $endfor$
10 | 


--------------------------------------------------------------------------------
/data/templates/default.xwiki:
--------------------------------------------------------------------------------
 1 | $for(include-before)$
 2 | $include-before$
 3 | 
 4 | $endfor$
 5 | $if(toc)$
 6 | {{toc /}}
 7 | 
 8 | $endif$
 9 | $body$
10 | $for(include-after)$
11 | 
12 | $include-after$
13 | $endfor$
14 | 


--------------------------------------------------------------------------------
/data/templates/default.zimwiki:
--------------------------------------------------------------------------------
 1 | Content-Type: text/x-zim-wiki
 2 | Wiki-Format: zim 0.4
 3 | 
 4 | $for(include-before)$
 5 | $include-before$
 6 | 
 7 | $endfor$
 8 | $if(toc)$
 9 | __TOC__
10 | 
11 | $endif$
12 | $body$
13 | $for(include-after)$
14 | 
15 | $include-after$
16 | $endfor$
17 | 


--------------------------------------------------------------------------------
/data/translations/alt.yaml:
--------------------------------------------------------------------------------
1 | Chapter: Бажалык
2 | Contents: Бажалыктар
3 | Figure: Јурук
4 | Glossary: Сӧзлик
5 | Preface: Сӧс бажы
6 | 


--------------------------------------------------------------------------------
/data/translations/gu.yaml:
--------------------------------------------------------------------------------
 1 | Appendix: અનુસૂચિ
 2 | Chapter: પ્રકરણ
 3 | Index: અનુક્રમણિકા
 4 | Page: પાનુ
 5 | Part: ભાગ
 6 | Proof: પુરાવો
 7 | See: જુવો
 8 | SeeAlso: ઉપરાંત
 9 | Table: ટેબલ
10 | 


--------------------------------------------------------------------------------
/data/translations/ml.yaml:
--------------------------------------------------------------------------------
 1 | Abstract: സാരാംശം
 2 | Appendix: ശിഷ്ടം
 3 | Chapter: അദ്ധ്യായം
 4 | Contents: ഉള്ളടക്കം
 5 | Figure: ചിത്രം
 6 | Index: സൂചിക
 7 | ListOfFigures: ചിത്രസൂചിക
 8 | ListOfTables: പട്ടികകളുടെ സൂചിക
 9 | Part: ഭാഗം
10 | See: കാണുക
11 | SeeAlso: ഇതും കാണുക
12 | Table: പട്ടിക
13 | 


--------------------------------------------------------------------------------
/data/translations/no.yaml:
--------------------------------------------------------------------------------
1 | nb.yaml


--------------------------------------------------------------------------------
/data/translations/ta.yaml:
--------------------------------------------------------------------------------
 1 | Abstract: சாராம்சம்
 2 | Appendix: பிற்சேர்க்கை
 3 | Chapter: அத்தியாயம்
 4 | Contents: உள்ளே
 5 | Figure: படம்
 6 | Index: சுட்டி
 7 | ListOfFigures: படங்களின் பட்டியல்
 8 | ListOfTables: அட்டவணை பட்டியல்
 9 | Part: பகுதி
10 | See: பார்க்க
11 | Table: அட்டவணை
12 | 


--------------------------------------------------------------------------------
/man/pandoc.1.after:
--------------------------------------------------------------------------------
1 | .PP
2 | The Pandoc source code may be downloaded
3 | from <https://hackage.haskell.org/package/pandoc> or
4 | <https://github.com/jgm/pandoc/releases>.  Further
5 | documentation is available at <https://pandoc.org>.
6 | 


--------------------------------------------------------------------------------
/man/pandoc.1.before:
--------------------------------------------------------------------------------
1 | .SH NAME
2 | pandoc - general markup converter
3 | 


--------------------------------------------------------------------------------
/pandoc-cli/COPYING.md:
--------------------------------------------------------------------------------
1 | ../COPYING.md


--------------------------------------------------------------------------------
/pandoc-lua-engine/COPYING.md:
--------------------------------------------------------------------------------
1 | ../COPYING.md


--------------------------------------------------------------------------------
/pandoc-lua-engine/README.md:
--------------------------------------------------------------------------------
1 | # pandoc-lua-engine
2 | 
3 | This package provides a Lua pandoc scripting engine based. It
4 | allows to write filters, custom readers, and custom writers in
5 | Lua.
6 | 
7 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/bytestring-reader.lua:
--------------------------------------------------------------------------------
1 | function ByteStringReader (input, opts)
2 |   local chars = pandoc.List{}
3 |   for i = 1, #input do
4 |     chars:insert(utf8.char(input:byte(i,i)))
5 |   end
6 |   return pandoc.Pandoc(pandoc.Plain(pandoc.Str(table.concat(chars))))
7 | end
8 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/bytestring.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/pandoc-lua-engine/test/bytestring.bin


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/bytestring.lua:
--------------------------------------------------------------------------------
1 | function ByteStringWriter (doc, opts)
2 |   local buffer = {}
3 |   for i=0, 255 do
4 |     table.insert(buffer, string.char(i))
5 |   end
6 |   return table.concat(buffer, '')
7 | end
8 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/attr-test.lua:
--------------------------------------------------------------------------------
1 | function Div (div)
2 |   div.attributes.five = ("%d"):format(div.attributes.two + div.attributes.three)
3 |   div.attributes.two = nil
4 |   div.attributes.one = "eins"
5 |   return div
6 | end
7 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/block-count.lua:
--------------------------------------------------------------------------------
 1 | local num_blocks = 0
 2 | 
 3 | function Block(el)
 4 |   num_blocks = num_blocks + 1
 5 | end
 6 | 
 7 | function Pandoc(blocks, meta)
 8 |   return pandoc.Pandoc {
 9 |     pandoc.Para{pandoc.Str(num_blocks)}
10 |   }
11 | end
12 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/implicit-doc-filter.lua:
--------------------------------------------------------------------------------
1 | function Pandoc (doc)
2 |   local meta = {}
3 |   local hello = { pandoc.Str "Hello,", pandoc.Space(), pandoc.Str "World!" }
4 |   local blocks = { pandoc.Para(hello) }
5 |   return pandoc.Pandoc(blocks, meta)
6 | end
7 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/math.lua:
--------------------------------------------------------------------------------
 1 | return {
 2 |   {
 3 |     Math = function (elem)
 4 |       if elem.mathtype == "DisplayMath" then
 5 |         elem.mathtype = "InlineMath"
 6 |       end
 7 |       return elem
 8 |     end,
 9 |   }
10 | }
11 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/meta.lua:
--------------------------------------------------------------------------------
1 | function Meta (meta)
2 |   meta.old = nil
3 |   meta.new = "new"
4 |   meta.bool = (meta.bool == false)
5 |   return meta
6 | end
7 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/module/include.tex:
--------------------------------------------------------------------------------
1 | included
2 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/module/partial.test:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/pandoc-lua-engine/test/lua/module/partial.test


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/module/sample.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/pandoc-lua-engine/test/lua/module/sample.epub


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/module/tiny.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/pandoc-lua-engine/test/lua/module/tiny.epub


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/plain-to-para.lua:
--------------------------------------------------------------------------------
1 | return {
2 |   { Plain = function (elem)
3 |       return pandoc.Para(elem.content)
4 |   end,
5 |   }
6 | }
7 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/require-file.lua:
--------------------------------------------------------------------------------
1 | package.path = package.path .. ';lua/?.lua'
2 | require 'script-name'
3 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/script-name.lua:
--------------------------------------------------------------------------------
1 | function Para (_)
2 |   return pandoc.Para{pandoc.Str(PANDOC_SCRIPT_FILE)}
3 | end
4 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/single-to-double-quoted.lua:
--------------------------------------------------------------------------------
1 | return {
2 |     Quoted = function (elem)
3 |       if elem.quotetype == "SingleQuote" then
4 |         elem.quotetype = "DoubleQuote"
5 |       end
6 |       return elem
7 |     end,
8 | }
9 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/strmacro.lua:
--------------------------------------------------------------------------------
 1 | return {
 2 |   {
 3 |     Str = function (elem)
 4 |       if elem.text == "{{helloworld}}" then
 5 |         return pandoc.Emph {pandoc.Str "Hello, World"}
 6 |       else
 7 |         return elem
 8 |       end
 9 |     end,
10 |   }
11 | }
12 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/undiv.lua:
--------------------------------------------------------------------------------
1 | function Div(el)
2 |   return el.content
3 | end
4 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/lua/uppercase-header.lua:
--------------------------------------------------------------------------------
 1 | local text = require 'text'
 2 | 
 3 | local function str_to_uppercase (s)
 4 |   return pandoc.Str(text.upper(s.text))
 5 | end
 6 | 
 7 | function Header (el)
 8 |   return pandoc.walk_block(el, {Str = str_to_uppercase})
 9 | end
10 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/tables.native:
--------------------------------------------------------------------------------
1 | ../../test/tables.native


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/testsuite.native:
--------------------------------------------------------------------------------
1 | ../../test/testsuite.native


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/writer-template.lua:
--------------------------------------------------------------------------------
1 | function Writer (doc, opts)
2 |   return pandoc.write(doc, 'gfm', opts)
3 | end
4 | 
5 | function Template ()
6 |   return '<!-- start -->\n$body$\n<!-- stop -->\n'
7 | end
8 | 


--------------------------------------------------------------------------------
/pandoc-lua-engine/test/writer-template.out.txt:
--------------------------------------------------------------------------------
1 | <!-- start -->
2 | $body$
3 | <!-- stop -->
4 | 


--------------------------------------------------------------------------------
/pandoc-server/COPYING.md:
--------------------------------------------------------------------------------
1 | ../COPYING.md


--------------------------------------------------------------------------------
/release.nix:
--------------------------------------------------------------------------------
1 | let
2 |   pkgs = import <nixpkgs> { };
3 | in
4 |   pkgs.haskellPackages.callPackage ./project.nix { }
5 | 


--------------------------------------------------------------------------------
/test/bodybg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/bodybg.gif


--------------------------------------------------------------------------------
/test/command/01.csv:
--------------------------------------------------------------------------------
1 | "Column1";"Column2"
2 | "Data1";"- data1
3 | 
4 | - data2"
5 | 


--------------------------------------------------------------------------------
/test/command/10057.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc --natbib -t latex
3 | We all love the famous proof by @BenjaminHornigold [p. 42].
4 | ^D
5 | We all love the famous proof by \citet[p.~42]{BenjaminHornigold}.
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/10062.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t asciidoc
 3 | ### section
 4 | 
 5 | ##### five
 6 | ^D
 7 | ==== section
 8 | 
 9 | ====== five
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/10105.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t asciidoc --wrap=preserve
3 | [link](https://example.com)
4 | [link](ftps://example.com)
5 | ^D
6 | https://example.com[link]
7 | link:ftps://example.com[link]
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/10160.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f latex -t native
 3 | \begin{equation}
 4 |   [0,1)
 5 | \end{equation}
 6 | 
 7 | \begin{table}[h]
 8 | \end{table}
 9 | ^D
10 | [ Para [ Math DisplayMath "[0,1)" ] ]
11 | ```
12 | 


--------------------------------------------------------------------------------
/test/command/10279.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst
 3 | See `the full compatibility guidelines <https://
 4 | example.com>`_ for more information.
 5 | ^D
 6 | <p>See <a href="https://example.com">the full compatibility
 7 | guidelines</a> for more information.</p>
 8 | 
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/10414.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f textile -t html
3 | from 30.-100. text, inside - after dash
4 | ^D
5 | <p>from 30.–100. text, inside - after dash</p>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/10459.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -s --shift-heading-level-by=-1 -f djot -t native
 3 | # hi
 4 | ^D
 5 | Pandoc
 6 |   Meta
 7 |     { unMeta =
 8 |         fromList [ ( "title" , MetaInlines [ Str "hi" ] ) ]
 9 |     }
10 |   [ Div ( "hi" , [ "section" ] , [] ) [] ]
11 | ```
12 | 


--------------------------------------------------------------------------------
/test/command/10497.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst
 3 | a.__b__
 4 | 
 5 | a__b__
 6 | 
 7 | __foo__
 8 | ^D
 9 | <p>a.__b__</p>
10 | <p>a__b__</p>
11 | <p>__foo__</p>
12 | ```
13 | 
14 | 


--------------------------------------------------------------------------------
/test/command/10621.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown -t html
3 | [test](url
4 | "title")
5 | ^D
6 | <p><a href="url" title="title">test</a></p>
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/10631.md:
--------------------------------------------------------------------------------
1 | GFM has funny treatment of escaped braces, requiring `\\{` instead of `\{`.
2 | 
3 | ```
4 | % pandoc -f gfm -t markdown
5 | $\\{x,y\\}$
6 | ^D
7 | $\{x,y\}$
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/10730.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f org -t native
3 | =hi
4 | there=
5 | ^D
6 | [ Para [ Code ( "" , [ "verbatim" ] , [] ) "hi there" ] ]
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/10747.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t typst
3 | [Mark]{.mark}
4 | ^D
5 | #highlight[Mark]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/10781.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t markdown --wrap=preserve
3 | This is \texttt{--flag} with dashes.
4 | This is the same --flag without a code.
5 | ^D
6 | This is `--flag` with dashes.
7 | This is the same --flag without a code.
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/10836.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f org -t latex
 3 | Some equation here
 4 | \begin{equation}
 5 | x = y
 6 | \end{equation}
 7 | where $x$ is something important.
 8 | ^D
 9 | Some equation here \begin{equation}
10 | x = y
11 | \end{equation} where \(x\) is something important.
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/10862.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc --embed-resources
3 | <script></script>
4 | ^D
5 | <script></script>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/10889.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc
 3 | apple
 4 | 
 5 | : pomaceous
 6 | 
 7 |   fruit
 8 | ^D
 9 | <dl>
10 | <dt>apple</dt>
11 | <dd>
12 | <p>pomaceous</p>
13 | <p>fruit</p>
14 | </dd>
15 | </dl>
16 | ```
17 | 


--------------------------------------------------------------------------------
/test/command/10915.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex
3 | \newcommand{\a}{\ifmmode x \else y \fi}
4 | $\a$ and \a
5 | ^D
6 | <p><span class="math inline"><em>x</em></span> and y</p>
7 | ```
8 | 
9 | 


--------------------------------------------------------------------------------
/test/command/1629.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t latex --listings
 3 | bla bla `a % b`
 4 | 
 5 | *bla bla `a % b`*
 6 | ^D
 7 | bla bla \passthrough{\lstinline!a \% b!}
 8 | 
 9 | \emph{bla bla \passthrough{\lstinline!a \% b!}}
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/1773.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex+raw_tex -t native
3 | \noindent hi
4 | ^D
5 | [ Para
6 |     [ RawInline (Format "latex") "\\noindent " , Str "hi" ]
7 | ]
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/2103.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t latex
3 | | A happy pandoc user said "fix this bug please
4 | | or I'll go crazy!"
5 | ^D
6 | A happy pandoc user said ``fix this bug please\\
7 | or I'll go crazy!''
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/2228.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown+smart -t latex+smart
3 | *foo*'s 'foo'
4 | ^D
5 | \emph{foo}'s `foo'
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/2337.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t asciidoc -f html
3 | <a href="http://example.com">][</a>
4 | ^D
5 | http://example.com[++][++]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/2397.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown_mmd
 3 | # Chapter 1: A long name of chapter [Chapter 1]
 4 | 
 5 | See [Chapter 1].
 6 | ^D
 7 | <h1 id="chapter1">Chapter 1: A long name of chapter</h1>
 8 | <p>See <a href="#chapter1">Chapter 1</a>.</p>
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/2552.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc --strip-comments
 3 | Foo
 4 | 
 5 | bar
 6 | 
 7 | <!-- comment -->
 8 | 
 9 | baz<!-- bim -->boop
10 | ^D
11 | <p>Foo</p>
12 | <p>bar</p>
13 | <p>bazboop</p>
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/2602.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc
 3 | [a] [b]
 4 | 
 5 | [b]: url
 6 | ^D
 7 | <p>[a] <a href="url">b</a></p>
 8 | ```
 9 | 
10 | ```
11 | % pandoc -f markdown+spaced_reference_links
12 | [a] [b]
13 | 
14 | [b]: url
15 | ^D
16 | <p><a href="url">a</a></p>
17 | ```
18 | 
19 | 


--------------------------------------------------------------------------------
/test/command/2874.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f html -t latex
 3 | <a></a>
 4 | <br/>
 5 | ^D
 6 | {}\strut \\
 7 | ```
 8 | 
 9 | ```
10 | % pandoc -f html -t latex
11 | <a name="foo"></a><br/>
12 | ^D
13 | \protect\phantomsection\label{foo}{}\strut \\
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/3257.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t native
 3 | (i<j)
 4 | ^D
 5 | [ Para [ Str "(i<j)" ] ]
 6 | ```
 7 | 
 8 | ```
 9 | % pandoc -t native
10 | i<j-1, j>k
11 | ^D
12 | [ Para [ Str "i<j-1," , Space , Str "j>k" ] ]
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/3337.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f html -t markdown
 3 | <table>
 4 | <tr><td>a</td></tr>
 5 | <tr><td>1</td><td>2</td></tr>
 6 | </table>
 7 | ^D
 8 |   --- ---
 9 |   a   
10 |   1   2
11 |   --- ---
12 | ```
13 | 
14 | 


--------------------------------------------------------------------------------
/test/command/3422.md:
--------------------------------------------------------------------------------
 1 | See #3422
 2 | 
 3 | ```
 4 | % pandoc -t latex --listings
 5 | `int main(int argc, const char *argv[]);`{.c}
 6 | ^D
 7 | \passthrough{\lstinline[language=C]!int main(int argc, const char *argv[]);!}
 8 | ```
 9 | 
10 | 


--------------------------------------------------------------------------------
/test/command/3432a.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst
 3 | * - a
 4 |   - b
 5 | * - c
 6 |   - d
 7 | ^D
 8 | <ul>
 9 | <li><ul>
10 | <li>a</li>
11 | <li>b</li>
12 | </ul></li>
13 | <li><ul>
14 | <li>c</li>
15 | <li>d</li>
16 | </ul></li>
17 | </ul>
18 | ```
19 | 
20 | 


--------------------------------------------------------------------------------
/test/command/3487.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f html -t markdown
 3 | Some text
 4 | <ul>
 5 | <li>element</li>
 6 | </ul>
 7 | ^D
 8 | Some text
 9 | 
10 | - element
11 | ```
12 | 


--------------------------------------------------------------------------------
/test/command/3510-export.latex:
--------------------------------------------------------------------------------
1 | \emph{Hello}


--------------------------------------------------------------------------------
/test/command/3510-src.hs:
--------------------------------------------------------------------------------
1 | putStrLn outString
2 | 


--------------------------------------------------------------------------------
/test/command/3510-subdoc.org:
--------------------------------------------------------------------------------
1 | * Subsection
2 | 
3 | Included text
4 | 
5 | Lorem ipsum.
6 | 


--------------------------------------------------------------------------------
/test/command/3512.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown-auto_identifiers
 3 | #hi
 4 | ^D
 5 | <p>#hi</p>
 6 | ```
 7 | 
 8 | ```
 9 | % pandoc -f markdown-auto_identifiers-space_in_atx_header
10 | #hi
11 | ^D
12 | <h1>hi</h1>
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/3518.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t plain
3 | $\alpha^2 \cdot \alpha^{2+3} \equiv \alpha^7$
4 | ^D
5 | α² ⋅ α² ⁺ ³ ≡ α⁷
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/3526.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t rst
 3 | +--+---+
 4 | |  |   |
 5 | +--+---+
 6 | |  |   |
 7 | +--+---+
 8 | ^D
 9 | +---+---+
10 | |   |   |
11 | +---+---+
12 | |   |   |
13 | +---+---+
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/3529.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t markdown-simple_tables-pipe_tables-grid_tables+multiline_tables
 3 | A  B
 4 | -- --
 5 | 7  8
 6 | 9  10
 7 | ^D
 8 |   --------
 9 |   A   B
10 |   --- ----
11 |   7   8
12 | 
13 |   9   10
14 |   --------
15 | ```
16 | 


--------------------------------------------------------------------------------
/test/command/3533-rst-csv-tables.csv:
--------------------------------------------------------------------------------
1 | "Albatross", 2.99, "On a stick!"
2 | "Crunchy Frog", 1.49, "If we took the bones out, it wouldn't be
3 | crunchy, now would it?"
4 | 
5 | 


--------------------------------------------------------------------------------
/test/command/3558.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t native
 3 | \multi
 4 | 
 5 | hello
 6 | 
 7 | \endmulti
 8 | ^D
 9 | [ RawBlock (Format "tex") "\\multi"
10 | , Para [ Str "hello" ]
11 | , RawBlock (Format "tex") "\\endmulti"
12 | ]
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/3570.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown+autolink_bare_uris
3 | **Notes:**
4 | ^D
5 | <p><strong>Notes:</strong></p>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/3630.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown -t markdown --reference-links
3 | ![foo](bar.png){#myId}
4 | ^D
5 | ![foo]
6 | 
7 |   [foo]: bar.png {#myId}
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/3667.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f textile
 3 | | "link text":http://example.com/ |
 4 | ^D
 5 | <table>
 6 | <tbody>
 7 | <tr>
 8 | <td><a href="http://example.com/">link text</a></td>
 9 | </tr>
10 | </tbody>
11 | </table>
12 | ```
13 | 
14 | 


--------------------------------------------------------------------------------
/test/command/3675.md:
--------------------------------------------------------------------------------
 1 | ````
 2 | % pandoc -t rst
 3 | ```python
 4 | print("hello")
 5 | ```
 6 | > block quote
 7 | ^D
 8 | .. code:: python
 9 | 
10 |    print("hello")
11 | 
12 | ..
13 | 
14 |    block quote
15 | ````
16 | 


--------------------------------------------------------------------------------
/test/command/3690.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc
3 | - [o] _hi_
4 | ^D
5 | <ul>
6 | <li>[o] <em>hi</em></li>
7 | </ul>
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/3715.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t markdown -f html --wrap=preserve
 3 | x<em></em>x
 4 | y<strong></strong>y
 5 | z<sup></sup>z
 6 | w<sub></sub>w
 7 | q<s></s>q
 8 | ^D
 9 | xx
10 | yy
11 | zz
12 | ww
13 | qq
14 | ```
15 | 
16 | 


--------------------------------------------------------------------------------
/test/command/3716.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc
3 | <http://example.com>{.foo}
4 | ^D
5 | <p><a href="http://example.com" class="foo">http://example.com</a></p>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/3730.md:
--------------------------------------------------------------------------------
 1 | ````
 2 | % pandoc
 3 | nice line\
 4 | ```
 5 | code
 6 | ```
 7 | ^D
 8 | <p>nice line<br />
 9 | </p>
10 | <pre><code>code</code></pre>
11 | ````
12 | 
13 | ```
14 | % pandoc
15 | # hi\
16 | there
17 | ^D
18 | <h1 id="hi">hi<br />
19 | </h1>
20 | <p>there</p>
21 | ```
22 | 


--------------------------------------------------------------------------------
/test/command/3733.md:
--------------------------------------------------------------------------------
 1 | ````
 2 | % pandoc -t native
 3 | - Item1
 4 | - Item2
 5 | ```yaml
 6 | some: code
 7 | ```
 8 | ^D
 9 | [ BulletList
10 |     [ [ Plain [ Str "Item1" ] ] , [ Plain [ Str "Item2" ] ] ]
11 | , CodeBlock ( "" , [ "yaml" ] , [] ) "some: code"
12 | ]
13 | ````
14 | 


--------------------------------------------------------------------------------
/test/command/3771.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f html -t org
 3 | <div class="Section1">
 4 |   Today is a nice day.
 5 | </div>
 6 | <div id="forecast">
 7 |   Tomorrow will be rainy.
 8 | </div>
 9 | ^D
10 | Today is a nice day.
11 | 
12 | <<forecast>>
13 | Tomorrow will be rainy.
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/3773.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t markdown
 3 | A.  \#
 4 | B.  \+
 5 | C.  \*
 6 | D.  o
 7 | E.  o or \*
 8 | ^D
 9 | A.  \#
10 | B.  \+
11 | C.  \*
12 | D.  o
13 | E.  o or \*
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/3792.md:
--------------------------------------------------------------------------------
 1 | Make sure metadata values are treated as strings,
 2 | and properly escaped.
 3 | 
 4 | ```
 5 | % pandoc -t markdown -s -M title="<this> *that*"
 6 | ok
 7 | ^D
 8 | ---
 9 | title: \<this\> \*that\*
10 | ---
11 | 
12 | ok
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/3794.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f html -t native
3 | <div><p>hello</div>
4 | ^D
5 | [ Div ( "" , [] , [] ) [ Para [ Str "hello" ] ] ]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/3803.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown+raw_tex -t latex
 3 | \begin{blah*}
 4 | *ok*
 5 | \end{blah*}
 6 | ^D
 7 | \begin{blah*}
 8 | *ok*
 9 | \end{blah*}
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/3824.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f native -t dokuwiki
 3 | [BulletList
 4 |  [[Para [Str "hi"]
 5 |   ,CodeBlock ("",[],[]) " there"]
 6 |  ,[Para [Str "ok"]]]]
 7 | ^D
 8 |   * hi<code>
 9 |  there
10 | </code>
11 | 
12 |   * ok
13 | 
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/3880.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f rst -t native
3 | .. include:: command/3880.txt
4 | ^D
5 | [ Para [ Str "hi" ] ]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/3880.txt:
--------------------------------------------------------------------------------
1 | hi
2 | 


--------------------------------------------------------------------------------
/test/command/3937.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t rst
 3 | # My Great Section {#mysection}
 4 | # Other section
 5 | ^D
 6 | .. _mysection:
 7 | 
 8 | My Great Section
 9 | ================
10 | 
11 | Other section
12 | =============
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/3947.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t native
 3 | \newpage
 4 | 
 5 | 	Code block
 6 | 
 7 | 	Another Code block
 8 | ^D
 9 | [ RawBlock (Format "tex") "\\newpage"
10 | , CodeBlock
11 |     ( "" , [] , [] ) "Code block\n\nAnother Code block"
12 | ]
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/3968.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc --top-level-division=chapter -t context
 3 | # Chapter
 4 | 
 5 | ## Section
 6 | ^D
 7 | \startchapter[title={Chapter},reference={chapter}]
 8 | 
 9 | \startsection[title={Section},reference={section}]
10 | 
11 | \stopsection
12 | 
13 | \stopchapter
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/3971.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f latex -t native
 3 | \documentclass{article}
 4 | \include{command/3971b}
 5 | \code{f}
 6 | \end{document}
 7 | ^D
 8 | [ Para [ Code ( "" , [] , [] ) "f" ] ]
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/3971b.tex:
--------------------------------------------------------------------------------
1 | \newcommand{\code}[1]{\texttt{#1}}
2 | \begin{document}
3 | 


--------------------------------------------------------------------------------
/test/command/3974.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f native -t rst
3 | [Code ("",[],[]) "``"]
4 | ^D
5 | :literal:`\`\``
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/3978.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t rst
3 | foo_bar*baz
4 | ^D
5 | foo_bar*baz
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4012.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown-implicit_figures
 3 | ![image]
 4 | 
 5 | [image]: http://example.com/image.jpg {height=35mm}
 6 | ^D
 7 | <p><img src="http://example.com/image.jpg" style="height:35mm"
 8 | alt="image" /></p>
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/4019.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc --wrap=preserve
3 | This <!-- x > 0 --> works!
4 | This <!-- x > 0 --> fails?
5 | ^D
6 | <p>This <!-- x > 0 --> works!
7 | This <!-- x > 0 --> fails?</p>
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/4038.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f gfm -t gfm
3 | # ~~Header~~
4 | ^D
5 | # ~~Header~~
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4062.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t latex
3 | Sentence blah.\footnote[][-.5in]{I'm a footnote}
4 | ^D
5 | Sentence blah.\footnote[][-.5in]{I'm a footnote}
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4091.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex
3 | \alert<3>{foo}
4 | ^D
5 | <p><span class="alert">foo</span></p>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4102.md:
--------------------------------------------------------------------------------
 1 | SmallCaps spans can have additional attributes.
 2 | ```
 3 | % pandoc -t latex -f markdown
 4 | [Populus]{.smallcaps lang=la}
 5 | 
 6 | [Romanus]{.smallcaps}
 7 | ^D
 8 | \foreignlanguage{latin}{\textsc{Populus}}
 9 | 
10 | \textsc{Romanus}
11 | ```
12 | 


--------------------------------------------------------------------------------
/test/command/4113.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t gfm
 3 | ::::{.bug}
 4 | I am a [bug]{#bug}.
 5 | ::::
 6 | ^D
 7 | <div class="bug">
 8 | 
 9 | I am a <span id="bug">bug</span>.
10 | 
11 | </div>
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/4125.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc
3 | <?asciidoc-toc?>
4 | ^D
5 | <?asciidoc-toc?>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4156.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst
 3 | .. _`SOMEID`:
 4 | 
 5 | foo
 6 | ^D
 7 | <div id="SOMEID">
 8 | <p>foo</p>
 9 | </div>
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/4159.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown -t native
 3 | \newcommand{\gen}{a\ Gen\ b}
 4 | abc
 5 | ^D
 6 | [ RawBlock (Format "tex") "\\newcommand{\\gen}{a\\ Gen\\ b}"
 7 | , Para [ Str "abc" ]
 8 | ]
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/4162.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f html -t native
3 | <div class="line-block">hi<br /><br>
4 |  there</div>
5 | ^D
6 | [ LineBlock [ [ Str "hi" ] , [] , [ Str "\160there" ] ] ]
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/4193.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst -t native
 3 | -
 4 |  a
 5 | - b
 6 | ^D
 7 | [ BulletList
 8 |     [ [ Plain [ Str "a" ] ] , [ Plain [ Str "b" ] ] ]
 9 | ]
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/4199.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f latex -t native
 3 | \foreignlanguage{ngerman}{foo}
 4 | ^D
 5 | [ Para
 6 |     [ Span ( "" , [] , [ ( "lang" , "de-DE" ) ] ) [ Str "foo" ]
 7 |     ]
 8 | ]
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/4253.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t native
3 | \newcommand{\noop}[1]{#1}
4 | \noop{\newcommand{\foo}[1]{#1}}
5 | \foo{hi}
6 | ^D
7 | [ Para [ Str "hi" ] ]
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/4254.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst -t latex
 3 | .. math::
 4 | 
 5 |    x &= y\\
 6 |    y &= z
 7 | ^D
 8 | \[\begin{aligned}
 9 | x &= y\\
10 | y &= z
11 | \end{aligned}\]
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/4280.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f rst -t native
3 | Driver 
4 | ------
5 | ^D
6 | [ Header 1 ( "driver" , [] , [] ) [ Str "Driver" ] ]
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/4382.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f rst -t native
3 | -
4 | 
5 | =====
6 | ^D
7 | [ BulletList [ [] ] , HorizontalRule ]
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/4420.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f native -t rst
 3 | [Para [Image ("",["align-right"],[("width","100px")]) [Str "image"] ("foo.png","fig:test")]]
 4 | ^D
 5 | |image|
 6 | 
 7 | .. |image| image:: foo.png
 8 |    :width: 100px
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/4424.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f latex -t native
 3 | \documentclass{article}
 4 | \usepackage[sortlocale=en_GB]{biblatex}
 5 | \begin{document}
 6 | Test
 7 | \end{document}
 8 | ^D
 9 | [ Para [ Str "Test" ] ]
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/4442.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown -t latex
 3 | \newcommand{\myFruit}{Mango\xspace}
 4 | \myFruit is the king of fruits.
 5 | ^D
 6 | \newcommand{\myFruit}{Mango\xspace}
 7 | 
 8 | Mango is the king of fruits.
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/4454.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst -t native
 3 | • a
 4 | • b
 5 | ^D
 6 | [ BulletList
 7 |     [ [ Plain [ Str "a" ] ] , [ Plain [ Str "b" ] ] ]
 8 | ]
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/4545.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t asciidoc
 3 | Test 1
 4 | 
 5 | [my text]
 6 | 
 7 | Test 2
 8 | ^D
 9 | Test 1
10 | 
11 | ++[++my text++]++
12 | 
13 | Test 2
14 | ```
15 | ```
16 | % pandoc -t asciidoc
17 | 4\. foo
18 | ^D
19 | {empty}4. foo
20 | ```
21 | 


--------------------------------------------------------------------------------
/test/command/4550.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown-smart -t ms
3 | A ‘simple’ example
4 | ^D
5 | .LP
6 | A \(oqsimple\(cq example
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/4576.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t native
3 | $\rho_\text{D$_2$O}=866$
4 | ^D
5 | [ Para [ Math InlineMath "\\rho_\\text{D$_2$O}=866" ] ]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4598.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst
 3 | `x`__
 4 | 
 5 | __ `xy`_
 6 | 
 7 | .. _`xy`: http://xy.org
 8 | ^D
 9 | <p><a href="http://xy.org">x</a></p>
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/4637.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t latex
3 | more \indextext{dogs}' than \indextext{cats}'
4 | ^D
5 | more \indextext{dogs}' than \indextext{cats}'
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4639.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t html --mathjax
 3 | \begin{equation}
 4 |   E=mc^2
 5 | \end{equation}
 6 | ^D
 7 | <p><span class="math display">\[\begin{equation}
 8 |   E=mc^2
 9 | \end{equation}\]</span></p>
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/4653.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t latex
3 | \let\tex\TeX
4 | \renewcommand{\TeX}{\tex\xspace}
5 | ^D
6 | \let\tex\TeX
7 | \renewcommand{\TeX}{\tex\xspace}
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/4768.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t plain
3 | \def\foo#1!#2!#3{#1 or #2 and #3}
4 | \foo aa!bbb bbb!{ccc}
5 | ^D
6 | aa or bbb bbb and ccc
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/4842.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t native
3 | \l
4 | ^D
5 | [ Para [ Str "\322" ] ]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/4880.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t latex
3 | $x=y%comment$
4 | ^D
5 | \(x=y%comment
6 | \)
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/4908.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown_mmd+fancy_lists+example_lists -t native -t plain
 3 | (@) Example one
 4 | (@) Example two
 5 | 
 6 | some text
 7 | 
 8 | (@) Example three
 9 | ^D
10 | (1) Example one
11 | (2) Example two
12 | 
13 | some text
14 | 
15 | (3) Example three
16 | ```
17 | 


--------------------------------------------------------------------------------
/test/command/4933.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f latex -t native
 3 | \includegraphics{lalune}
 4 | ^D
 5 | [ Para
 6 |     [ Image
 7 |         ( "" , [] , [] ) [ Str "image" ] ( "lalune.jpg" , "" )
 8 |     ]
 9 | ]
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/5050.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t rst
3 | <unknown>
4 | x
5 | ^D
6 | x
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/5053.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc
 3 | —_legibility_—
 4 | ^D
 5 | <p>—<em>legibility</em>—</p>
 6 | ```
 7 | 
 8 | ```
 9 | % pandoc
10 | _filename_|_filetype_
11 | ^D
12 | <p><em>filename</em>|<em>filetype</em></p>
13 | ```
14 | 
15 | 


--------------------------------------------------------------------------------
/test/command/5072.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t latex -i
 3 | 1. one
 4 | 2. two
 5 | ^D
 6 | \begin{enumerate}
 7 | \def\labelenumi{\arabic{enumi}.}
 8 | \tightlist
 9 | \item
10 |   one
11 | \item
12 |   two
13 | \end{enumerate}
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/5080.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t asciidoc
 3 | [foo *bar*]{.small .red key=val}
 4 | ^D
 5 | [.small .red]#foo _bar_#
 6 | ```
 7 | 
 8 | ```
 9 | % pandoc -f html -t asciidoc
10 | <small>SMALL</small>
11 | ^D
12 | [.small]#SMALL#
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/5081.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f rst
3 | Go to `g`_ `g <www.example.com>`_.
4 | ^D
5 | <p>Go to <a href="www.example.com">g</a> <a
6 | href="www.example.com">g</a>.</p>
7 | 
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/5119.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t docbook
 3 | h&#x4;i
 4 | ^D
 5 | <para>
 6 |   hi
 7 | </para>
 8 | ```
 9 | 
10 | 


--------------------------------------------------------------------------------
/test/command/5177.md:
--------------------------------------------------------------------------------
 1 | This should not give a "Prelude.read: no parse" error:
 2 | 
 3 | ```
 4 | % pandoc -M foo=1e -s -t markdown
 5 | hi
 6 | ^D
 7 | ---
 8 | foo: 1e
 9 | ---
10 | 
11 | hi
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/5182.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst -t native
 3 | .. include:: command/5182.txt
 4 | ^D
 5 | [ CodeBlock
 6 |     ( "" , [ "python" , "numberLines" ] , [] )
 7 |     "def func(x):\n  return y"
 8 | ]
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/5182.txt:
--------------------------------------------------------------------------------
1 | .. code::python
2 |    :number-lines:
3 | 
4 |   def func(x):
5 |     return y
6 | 


--------------------------------------------------------------------------------
/test/command/5195.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown_strict -t gfm+hard_line_breaks
3 | Hello
4 | there
5 | ^D
6 | Hello there
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/5233.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f latex -t plain
 3 | foo
 4 | \endinput
 5 | bar
 6 | ^D
 7 | foo
 8 | ```
 9 | 
10 | 


--------------------------------------------------------------------------------
/test/command/5241.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown -t html5
 3 | <textarea>
 4 |  one
 5 |   *two*
 6 | </textarea>
 7 | ^D
 8 | <textarea>
 9 |  one
10 |   *two*
11 | </textarea>
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/5369.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f native -t markdown
3 | [Div ("",[],[("tags","[\"o\\ne\",\"two\"]")]) [] ]
4 | ^D
5 | ::: {tags="[\"o\\ne\",\"two\"]"}
6 | :::
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/5407.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t latex --wrap=preserve
 3 | hi there?“
 4 | hi there!“
 5 | hi there?‘
 6 | hi there!‘
 7 | hi there!
 8 | ^D
 9 | hi there?{\kern0pt}``
10 | hi there!{\kern0pt}``
11 | hi there?{\kern0pt}`
12 | hi there!{\kern0pt}`
13 | hi there!
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/5410.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f man -t native
3 | .ie n \{\
4 | 'br\}
5 | ^D
6 | [ Para [ LineBreak ] ]
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/5416.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f dokuwiki -t native
 3 | {
 4 | ^D
 5 | [ Para [ Str "{" ] ]
 6 | ```
 7 | 
 8 | ```
 9 | % pandoc -f dokuwiki -t native
10 | {{
11 | ^D
12 | [ Para [ Str "{{" ] ]
13 | ```
14 | 


--------------------------------------------------------------------------------
/test/command/5420.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc --listings -t latex
3 | `int a = 1;`{.cpp style=cpp}
4 | ^D
5 | \passthrough{\lstinline[language={C++}, style=cpp]!int a = 1;!}
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5439.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t latex
3 | namespace\fshyp{}container
4 | ^D
5 | namespace\fshyp{}container
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5446.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t rst
3 | {\em test test \/}
4 | ^D
5 | *test test*
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5519.md:
--------------------------------------------------------------------------------
 1 | ~~~
 2 | % pandoc -t markdown
 3 | ``````{.attr}
 4 |  ```
 5 |  code
 6 |  ```
 7 | ``````
 8 | ^D
 9 | ```` attr
10 |  ```
11 |  code
12 |  ```
13 | ````
14 | ~~~
15 | 


--------------------------------------------------------------------------------
/test/command/5529.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t latex
 3 | ~~`hello world`~~
 4 | 
 5 | ~~_`hello world`_~~
 6 | ^D
 7 | \st{\mbox{\texttt{hello\ world}}}
 8 | 
 9 | \st{\emph{\mbox{\texttt{hello\ world}}}}
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/5543.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t markdown
3 | 1\. item
4 | :   description
5 | ^D
6 | 1\. item
7 | :   description
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/5549.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t native
3 | ##
4 | 
5 | []
6 | ^D
7 | [ Header 2 ( "section" , [] , [] ) [] , Para [ Str "[]" ] ]
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/5565.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t asciidoc
3 | ***hi***
4 | ^D
5 | *_hi_*
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5566.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t asciidoc -f html
3 | fo<span class="c">o</span> f<span class="c">o</span>o <span class="c">f</span>oo <span class="c">foo</span>
4 | ^D
5 | fo[.c]##o## f[.c]##o##o [.c]##f##oo [.c]#foo#
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5574.md:
--------------------------------------------------------------------------------
1 | No highlighting inside heading:
2 | ```
3 | % pandoc -t latex
4 | # `foo`{.cpp}
5 | ^D
6 | \section{\texorpdfstring{\texttt{foo}}{foo}}\label{foo}
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/5620.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t man
 3 | `-o`, `--output=`*OUTFILE*
 4 | :   Write output to *OUTFILE* instead of `stdout`(3)
 5 | ^D
 6 | .TP
 7 | \f[CR]\-o\f[R], \f[CR]\-\-output=\f[R]\f[I]OUTFILE\f[R]
 8 | Write output to \f[I]OUTFILE\f[R] instead of \f[CR]stdout\f[R](3)
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/5642.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t html5 -f markdown
 3 | ![test](foo){aria-describedby="barbaz"}
 4 | ^D
 5 | <figure>
 6 | <img src="foo" aria-describedby="barbaz" alt="test" />
 7 | <figcaption aria-hidden="true">test</figcaption>
 8 | </figure>
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/5654.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t markdown
3 | This is {\tt monospaced too} done.
4 | ^D
5 | This is `monospaced too` done.
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5682.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t native -f latex
3 | \newcommand{\ittakestwo}[2][defaultone]{#2}
4 | \ittakestwo[to]{tango}
5 | ^D
6 | [ Para [ Str "tango" ] ]
7 | ```
8 | 
9 | 


--------------------------------------------------------------------------------
/test/command/5684.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f native -t latex
3 | [Str "\8222\8218Der",Space,Str "Erz\228hler.",Space,Str "Betrachtungen",Space,Str "zum",Space,Str "Werk",Space,Str "Nikolai",Space,Str "Lesskows\8216\8220."]
4 | ^D
5 | „‚Der Erzähler. Betrachtungen zum Werk Nikolai Lesskows`\,``.
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5700-metadata-file-1.yml:
--------------------------------------------------------------------------------
1 | title: This title should be overridden by 5700-metadta-file-2.yml
2 | 


--------------------------------------------------------------------------------
/test/command/5700-metadata-file-2.yml:
--------------------------------------------------------------------------------
1 | title: Multiple metadata files test
2 | desc: Both of these files should be loaded.
3 | 


--------------------------------------------------------------------------------
/test/command/5705.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f native -t markdown
 3 | [OrderedList (8,UpperRoman,Period)
 4 |  [[Plain [Str "Blah"]
 5 |   ,BulletList
 6 |    [[Plain [Str "Blah"]]]]]]
 7 | ^D
 8 | VIII. Blah
 9 |       - Blah
10 | ```
11 | 
12 | 


--------------------------------------------------------------------------------
/test/command/5740.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t latex
 3 | \newcommand\parenthesize[1][x]{(#1)}
 4 | $\parenthesize$, $\parenthesize[y]$, $\parenthesize[\textsc{head}]$
 5 | ^D
 6 | \newcommand\parenthesize[1][x]{(#1)}
 7 | 
 8 | \((x)\), \((y)\), \((\textsc{head})\)
 9 | ```
10 | 


--------------------------------------------------------------------------------
/test/command/5753.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst -t native
 3 | .. math::
 4 | 
 5 |     q_3
 6 |    + 4
 7 | 
 8 |   - 5 +
 9 |     q_5
10 | 
11 | end
12 | ^D
13 | [ Para
14 |     [ Math DisplayMath "q_3\n+ 4"
15 |     , Math DisplayMath "- 5 +\nq_5"
16 |     ]
17 | , Para [ Str "end" ]
18 | ]
19 | ```
20 | 


--------------------------------------------------------------------------------
/test/command/5813.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f gfm
3 | ### Jekyll Plugins & Gems :gem:
4 | ^D
5 | <h3 id="jekyll-plugins--gems-gem">Jekyll Plugins &amp; Gems <span
6 | class="emoji" data-emoji="gem">💎</span></h3>
7 | ```
8 | 


--------------------------------------------------------------------------------
/test/command/5857.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f native -t markdown
 3 | [BulletList
 4 |  [[Plain [Str "a"]]
 5 |  ,[]
 6 |  ,[Plain [Str "b"]]]]
 7 | ^D
 8 | - a
 9 | - 
10 | - b
11 | ```
12 | 


--------------------------------------------------------------------------------
/test/command/5876.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | desc: Found in working directory.
3 | ---
4 | 


--------------------------------------------------------------------------------
/test/command/5876/metadata/5876.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | desc: Found in metadata directory.
3 | ---
4 | 


--------------------------------------------------------------------------------
/test/command/5876/metadata/command/5876.yaml:
--------------------------------------------------------------------------------
1 | ---
2 | desc: Should not be loaded.
3 | ---
4 | 


--------------------------------------------------------------------------------
/test/command/5878.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t native
 3 | Zozime^[],
 4 | Synésius^[]
 5 | ^D
 6 | [ Para
 7 |     [ Str "Zozime"
 8 |     , Note [ Para [] ]
 9 |     , Str ","
10 |     , SoftBreak
11 |     , Str "Syn\233sius"
12 |     , Note [ Para [] ]
13 |     ]
14 | ]
15 | ```
16 | 


--------------------------------------------------------------------------------
/test/command/5881.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t markdown -s -H command/D.txt -d command/defaults1.yaml -d command/defaults2.yaml
 3 | Ok
 4 | ^D
 5 | here's d
 6 | 
 7 | this is a
 8 | 
 9 | here is b
10 | 
11 | and this is c
12 | 
13 | Ok
14 | ```
15 | 


--------------------------------------------------------------------------------
/test/command/5904.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | %  pandoc -s -t markdown -H command/B.txt --variable header-includes:foo
 3 | Hi
 4 | ^D
 5 | foo
 6 | 
 7 | here is b
 8 | 
 9 | Hi
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/5918.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t markdown -f latex
3 | 1. \textsc{excessive}
4 | ^D
5 | 1\. [excessive]{.smallcaps}
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/5967.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc --toc --toc-depth=3 -s -t plain
 3 | # One
 4 | ## Two
 5 | #### Four
 6 | ^D
 7 | - One
 8 |   - Two
 9 | 
10 | One
11 | 
12 | Two
13 | 
14 | Four
15 | ```
16 | 


--------------------------------------------------------------------------------
/test/command/6043.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t beamer
3 | \textbf<1>{Bold Text On Slide1}
4 | ^D
5 | \begin{frame}
6 | \textbf<1>{Bold Text On Slide1}
7 | \end{frame}
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/6062.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f native -t html
3 | [Header 1 ("section",["foo","unnumbered"],[("key","val")]) [Str "1"]]
4 | ^D
5 | <h1 class="foo unnumbered" data-key="val" id="section">1</h1>
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/6119.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t mediawiki
 3 | [[link](url)]
 4 | 
 5 | [![image](url)]
 6 | ^D
 7 | [<nowiki/>[[url|link]]]
 8 | 
 9 | [<nowiki/>[[File:url|image]]]
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/6133.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown_mmd -t markdown_mmd -s
 3 | author: Author
 4 | title: Title
 5 | 
 6 | Some text
 7 | ^D
 8 | author: Author
 9 | title: Title
10 | 
11 | Some text
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/6194.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f markdown -t rst
 3 | image1: ![foo](x.png)
 4 | 
 5 | image2: ![foo](y.png)
 6 | ^D
 7 | image1: |foo|
 8 | 
 9 | image2: |image1|
10 | 
11 | .. |foo| image:: x.png
12 | .. |image1| image:: y.png
13 | ```
14 | 
15 | 


--------------------------------------------------------------------------------
/test/command/6265.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f markdown -t latex -M csquotes=true
3 | "test"
4 | ^D
5 | \enquote{test}
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/6285.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t docx -f native -o - | pandoc -f docx -t native
3 | [ HorizontalRule ]
4 | ^D
5 | [ HorizontalRule ]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/6288.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f jats -t native
3 | <sec>
4 | <label>I</label><title>Introduction</title>
5 | </sec>
6 | ^D
7 | [ Header 1 ( "" , [] , [] ) [ Str "Introduction" ] ]
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/6296.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f native -t markdown
 3 | [Str "_hi_there"]
 4 | ^D
 5 | \_hi_there
 6 | ```
 7 | 
 8 | ```
 9 | % pandoc -f native -t markdown-intraword_underscores
10 | [Str "_hi_there"]
11 | ^D
12 | \_hi\_there
13 | ```
14 | 
15 | 


--------------------------------------------------------------------------------
/test/command/6308.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f org -t asciidoc
 3 | * Header
 4 | #+begin_tip
 5 | I'm a tip
 6 | #+end_tip
 7 | 
 8 | ** Subheader
 9 | ^D
10 | == Header
11 | 
12 | [TIP]
13 | ====
14 | I'm a tip
15 | ====
16 | 
17 | === Subheader
18 | ```
19 | 


--------------------------------------------------------------------------------
/test/command/6360.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f native -t latex --wrap=none
3 | [Link ("test2",[],[]) [Str "link",Space,Str "to",Space,Str "text",Space,Str "test1"] ("#test1","")]
4 | ^D
5 | \protect\phantomsection\label{test2}\hyperref[test1]{link to text test1}
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/6388.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t markdown -s
 3 | ---
 4 | nvalue: false
 5 | value: true
 6 | ---
 7 | 
 8 | text
 9 | ^D
10 | ---
11 | nvalue: false
12 | value: true
13 | ---
14 | 
15 | text
16 | ```
17 | 


--------------------------------------------------------------------------------
/test/command/6424.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t asciidoc
3 | test^[this is a note\]. and more]
4 | ^D
5 | testfootnote:[this is a note++]++. and more]
6 | ```
7 | 


--------------------------------------------------------------------------------
/test/command/6466-beg.hs:
--------------------------------------------------------------------------------
1 | want :: Int
2 | want = 42
3 | 
4 | -- DO NOT WANT this; right bound is exclusive
5 | 
6 | -- DO NOT WANT the below
7 | doNotWant :: Int
8 | doNotWant = 999
9 | 


--------------------------------------------------------------------------------
/test/command/6466-end.hs:
--------------------------------------------------------------------------------
1 | -- DO NOT WANT
2 | 
3 | want :: Int
4 | want = 42
5 | 


--------------------------------------------------------------------------------
/test/command/6466-mid.hs:
--------------------------------------------------------------------------------
 1 | -- DO NOT WANT
 2 | 
 3 | want :: Int
 4 | want = 42
 5 | 
 6 | -- AVOID EXCLUSIVE RIGHT BOUND
 7 | 
 8 | -- DO NOT WANT
 9 | doNotWant :: Int
10 | doNotWant = 999
11 | 


--------------------------------------------------------------------------------
/test/command/6466-whole.hs:
--------------------------------------------------------------------------------
1 | want :: Int
2 | want = 42
3 | 


--------------------------------------------------------------------------------
/test/command/6699.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -f rst -t native
 3 | .. class:: allowframebreaks
 4 | 
 5 | title
 6 | -----
 7 | 
 8 | text
 9 | ^D
10 | [ Header
11 |     1 ( "title" , [ "allowframebreaks" ] , [] ) [ Str "title" ]
12 | , Para [ Str "text" ]
13 | ]
14 | ```
15 | 
16 | 


--------------------------------------------------------------------------------
/test/command/6709.md:
--------------------------------------------------------------------------------
 1 | Tabs must be expanded even if --file-scope is used
 2 | ````
 3 | % pandoc -t native --file-scope --tab-stop=2
 4 | ```
 5 | if true; then
 6 | 	echo "yup"
 7 | fi
 8 | ```
 9 | ^D
10 | [ CodeBlock
11 |     ( "" , [] , [] ) "if true; then\n  echo \"yup\"\nfi"
12 | ]
13 | ````
14 | 


--------------------------------------------------------------------------------
/test/command/6740.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t gfm
3 | <https://www.google.com>
4 | ^D
5 | <https://www.google.com>
6 | ```
7 | 
8 | 


--------------------------------------------------------------------------------
/test/command/6802.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t native
3 | \blockquote[test][]{quote}
4 | ^D
5 | [ BlockQuote [ Para [ Str "quote" ] , Para [ Str "test" ] ]
6 | ]
7 | 
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/6855.md:
--------------------------------------------------------------------------------
 1 | ```
 2 | % pandoc -t markdown
 3 | (@a) one
 4 | (@b) two
 5 | 
 6 | See (@a--@b)
 7 | ^D
 8 | (1) one
 9 | (2) two
10 | 
11 | See (1--2)
12 | ```
13 | 


--------------------------------------------------------------------------------
/test/command/6958.md:
--------------------------------------------------------------------------------
 1 | Add thin space between single and double quotes.
 2 | ```
 3 | % pandoc -t latex+smart
 4 | ---
 5 | lang: en-GB
 6 | ---
 7 | '["On the Outside"]{}: Constructing Cycling Citizenship.'
 8 | ^D
 9 | `\,{``On the Outside''}: Constructing Cycling Citizenship.'
10 | ```
11 | 


--------------------------------------------------------------------------------
/test/command/7009.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -t gfm
3 | 3. a
4 | 4. b
5 | ^D
6 | 3.  a
7 | 4.  b
8 | ```
9 | 


--------------------------------------------------------------------------------
/test/command/7058.md:
--------------------------------------------------------------------------------
1 | ```
2 | % pandoc -f latex -t markdown
3 | 5\(-\)8 \(x\)
4 | ^D
5 | 5$-



    
    

    
    

    
    
    
    

    
    
    
    




    

    
The response has been limited to 50k tokens of the smallest files in the repo. You can remove this limitation by removing the max tokens filter.
<!-- -->`{=html}8 $x$ 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7092.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -flatex+raw_tex -t native 3 | \newcommand{\em}[1]{\emph{#1}} 4 | 5 | \em{\parseMe{foo}} 6 | ^D 7 | [ Para 8 | [ Emph [ RawInline (Format "latex") "\\parseMe{foo}" ] ] 9 | ] 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/7112.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f rst 3 | .. csv-table:: 4 | 5 | setting, ``echo PATH="path"`` 6 | ^D 7 | <table> 8 | <tbody> 9 | <tr> 10 | <td>setting</td> 11 | <td><code>echo PATH="path"</code></td> 12 | </tr> 13 | </tbody> 14 | </table> 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/7172.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t markdown 3 | - one 4 | - two 5 | ^D 6 | - one 7 | - two 8 | ``` 9 | 10 | ``` 11 | % pandoc -t markdown+four_space_rule 12 | - one 13 | - two 14 | ^D 15 | - one 16 | - two 17 | ``` 18 | -------------------------------------------------------------------------------- /test/command/7208.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t gfm 3 | \<hi\> 4 | ^D 5 | \<hi\> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7266.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f biblatex -t biblatex -s 3 | @article{id, 4 | annote = "annotation" 5 | } 6 | ^D 7 | @article{id, 8 | annote = {annotation} 9 | } 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/7282.md: -------------------------------------------------------------------------------- 1 | Don't crash on unmatched closing tag. 2 | ``` 3 | % pandoc -f html -t native 4 | </script> 5 | ^D 6 | [] 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/7339.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f gfm -s -t native 3 | --- 4 | title: Test 5 | --- 6 | 7 | Hi 8 | ^D 9 | Pandoc 10 | Meta 11 | { unMeta = 12 | fromList [ ( "title" , MetaInlines [ Str "Test" ] ) ] 13 | } 14 | [ Para [ Str "Hi" ] ] 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/7340.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \(*\) 4 | ^D 5 | [ Para [ Math InlineMath "*" ] ] 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7376.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc --citeproc -t plain 3 | --- 4 | references: 5 | - id: item1 6 | type: book 7 | author: 8 | - family: Doe 9 | given: Jane 10 | issued: 2020 11 | title: The title 12 | ... 13 | ^D 14 | 15 | 16 | ``` 17 | -------------------------------------------------------------------------------- /test/command/7400.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native -s 3 | --- 4 | # Comment only 5 | ... 6 | ^D 7 | Pandoc Meta { unMeta = fromList [] } [] 8 | ``` 9 | -------------------------------------------------------------------------------- /test/command/7521.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc --strip-comments 3 | - one 4 | <!-- with comm --> 5 | - two 6 | ^D 7 | <ul> 8 | <li>one </li> 9 | <li>two</li> 10 | </ul> 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/7529.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f html -t asciidoc 3 | <a href="https://example.com/show.cgi?id=hi--there--everyone">https://example.com/show.cgi?id=hi--there--everyone</a> 4 | ^D 5 | link:++https://example.com/show.cgi?id=hi--there--everyone++[] 6 | ``` 7 | 8 | -------------------------------------------------------------------------------- /test/command/7546.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t html -f native 3 | Span ("", [], [("","")]) [] 4 | ^D 5 | <span></span> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7573.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc --preserve-tabs 3 | <ol> 4 | <li>one 5 | </ol> 6 | ^D 7 | <ol> 8 | <li> 9 | one 10 | </ol> 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/7615.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \texttt{\^} 4 | ^D 5 | [ Para [ Code ( "" , [] , [] ) "^" ] ] 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7623.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native 3 | [link $(0,1]$](url) 4 | ^D 5 | [ Para 6 | [ Link 7 | ( "" , [] , [] ) 8 | [ Str "link" , Space , Math InlineMath "(0,1]" ] 9 | ( "url" , "" ) 10 | ] 11 | ] 12 | ``` 13 | -------------------------------------------------------------------------------- /test/command/7691.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/7691.docx -------------------------------------------------------------------------------- /test/command/7691.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc command/7691.docx 3 | ^D 4 | <p>Some text</p> 5 | ``` 6 | -------------------------------------------------------------------------------- /test/command/7723.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native 3 | Bug![^1] 4 | 5 | [^1]: Note. 6 | ^D 7 | [ Para [ Str "Bug!" , Note [ Para [ Str "Note." ] ] ] ] 8 | ``` 9 | -------------------------------------------------------------------------------- /test/command/7726.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t markdown 3 | \# Hi 4 | 5 | \## Hi 6 | 7 | \### Hi 8 | 9 | \#### hi 10 | 11 | and #hi 12 | ^D 13 | \# Hi 14 | 15 | \## Hi 16 | 17 | \### Hi 18 | 19 | \#### hi 20 | 21 | and #hi 22 | ``` 23 | -------------------------------------------------------------------------------- /test/command/7738.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc 3 | ![_](url.png) image 4 | ^D 5 | <p><img src="url.png" alt="_" /> image</p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7808.md: -------------------------------------------------------------------------------- 1 | Wiki links should have no display text, if their display text matches 2 | their target. 3 | ``` 4 | % pandoc -f mediawiki -t mediawiki 5 | [[Help]] [[Butter|Butter]] [[Bubbles|Everyone loves bubbles]] 6 | ^D 7 | [[Help]] [[Butter]] [[Bubbles|Everyone loves bubbles]] 8 | ``` 9 | -------------------------------------------------------------------------------- /test/command/7813-meta.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | abstract: | 3 | a footnote[^1] in abstract. 4 | 5 | [^1]: content 6 | ... 7 | -------------------------------------------------------------------------------- /test/command/7861.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -s -t native --data-dir=command/7861 --metadata-file=../../7861.yaml 3 | Hello 4 | ^D 5 | 2> Could not find metadata file ../../7861.yaml 6 | => 98 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/7861.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/7861.yaml -------------------------------------------------------------------------------- /test/command/7861/metadata/placeholder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/7861/metadata/placeholder -------------------------------------------------------------------------------- /test/command/7939.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \def\|{\verb|} 4 | \vbox{ 5 | \hbox{\|\begin{minipage}[t]%|} 6 | } 7 | ^D 8 | [ Para [ Code ( "" , [] , [] ) "\\begin{minipage}[t]%" ] ] 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/7941.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f commonmark_x -t commonmark_x 3 | # Class setup 4 | ^D 5 | # Class setup 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/7953.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | {foo\bgroup bar\egroup } 4 | ^D 5 | [ Para 6 | [ Span 7 | ( "" , [] , [] ) 8 | [ Str "foo" , Span ( "" , [] , [] ) [ Str "bar" ] ] 9 | ] 10 | ] 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/8003.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f markdown+ascii_identifiers 3 | # Işık 4 | ^D 5 | <h1 id="isik">Işık</h1> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8011.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f docbook -t gfm 3 | <itemizedlist mark="none"> 4 | <listitem> 5 | <simpara>&#10063; a</simpara> 6 | </listitem> 7 | <listitem> 8 | <simpara>&#10003; b</simpara> 9 | </listitem> 10 | </itemizedlist> 11 | ^D 12 | - [ ] a 13 | 14 | - [x] b 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/8028.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc 3 | foo^[a note 4 | 5 | with multiple paragraphs] 6 | ^D 7 | <p>foo^[a note</p> 8 | <p>with multiple paragraphs]</p> 9 | 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/8047.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc --wrap=none 3 | ![](file.jpg){height=10em width=10em style='border: 1px solid black'} 4 | ^D 5 | <p><img src="file.jpg" style="border: 1px solid black;width:10em;height:10em" /></p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8088.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex --biblatex 3 | [@first, 1; @second; @third, 3] 4 | ^D 5 | \autocites[1]{first}{second}[3]{third} 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8097.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc --number-sec --number-offset=2 --wrap=none 3 | # One 4 | 5 | # two 6 | ^D 7 | <h1 data-number="3" id="one"><span class="header-section-number">3</span> One</h1> 8 | <h1 data-number="4" id="two"><span class="header-section-number">4</span> two</h1> 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/8179.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \passthrough{\lstinline!\\textbf\{\}!} 4 | ^D 5 | [ Para [ Code ( "" , [] , [] ) "\\textbf{}" ] ] 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8182.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f dokuwiki -t rst 3 | This //text and [[https://pandoc.org/|link]] are in italic//. 4 | ^D 5 | This *text and* `link <https://pandoc.org/>`__ *are in italic*. 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8201.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f org -t html 3 | [[file:d:/Home/Documents/test.png][Link Test]] 4 | ^D 5 | <p><a href="file:///d:/Home/Documents/test.png">Link Test</a></p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8281.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t html 3 | # Title 4 | 5 | test 6 | 7 | . . . 8 | 9 | test 10 | ^D 11 | <h1 id="title">Title</h1> 12 | <p>test</p> 13 | <p>. . .</p> 14 | <p>test</p> 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/8302.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f org -t markdown 3 | some text cite:&long-2004-tecton-evolut 4 | ^D 5 | some text @long-2004-tecton-evolut 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8511.md: -------------------------------------------------------------------------------- 1 | # Conversion of icon-like sequences followed by alphanum char 2 | ## to Jira 3 | ``` 4 | % pandoc -t jira 5 | :P :P_ :PA :Pa :P2 6 | ^D 7 | \:P \:P\_ :PA :Pa :P2 8 | ``` 9 | 10 | ## from jira 11 | ``` 12 | % pandoc -f jira -t markdown 13 | \:PA 14 | ^D 15 | \\:PA 16 | ``` 17 | -------------------------------------------------------------------------------- /test/command/8534.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f html -t texinfo 3 | <html> 4 | foo <code>bar <var>baz</var> bar</code> foo 5 | </html> 6 | ^D 7 | @node Top 8 | @top Top 9 | 10 | foo @code{bar }@code{@var{baz}}@code{ bar} foo 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/8573.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t plain 3 | \newenvironment{myenv}[1]{Open#1}{Close} 4 | \begin{myenv}{x}Hello\end{myenv} 5 | ^D 6 | OpenxHelloClose 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/8661.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f tsv -t gfm 3 | a b c 4 | 6 5 | ^D 6 | | a | b | c | 7 | |-----|-----|-----| 8 | | | | 6 | 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/8738.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f native -t mediawiki 3 | [Link ("",[],[]) [Link ("",[],[]) [Str "test"] ("https://bar.example.com",""),Str "Test"] ("https://foo.example.com","")] 4 | ^D 5 | [https://foo.example.com testTest] 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8777.md: -------------------------------------------------------------------------------- 1 | # Backslash escapes in markdown_strict 2 | 3 | ``` 4 | % pandoc --from=markdown_strict -t html 5 | These are not escaped: \~ \" 6 | ^D 7 | <p>These are not escaped: \~ \"</p> 8 | ``` 9 | -------------------------------------------------------------------------------- /test/command/8853.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f markdown+wikilinks_title_after_pipe --wrap=none 3 | [[hi]] and ![[hi]] 4 | ^D 5 | <p><a href="hi" class="wikilink">hi</a> and <img src="hi" class="wikilink" alt="hi" /></p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8863.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f dokuwiki -t native 3 | * item 1 4 | * item 1.1 5 | ^D 6 | [ BulletList 7 | [ [ Plain [ Str "item" , Space , Str "1" ] ] 8 | , [ Plain [ Str "item" , Space , Str "1.1" ] ] 9 | ] 10 | ] 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/8981.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc --wrap=none 3 | consectetur [^\[link\]^](#ref "Title") 4 | ^D 5 | <p>consectetur <a href="#ref" title="Title"><sup>[link]</sup></a></p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/8992.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex 3 | [A theorem](https://en.wikipedia.org/wiki/Rice's_theorem). 4 | ^D 5 | \href{https://en.wikipedia.org/wiki/Rice's_theorem}{A theorem}. 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9002.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/9002.docx -------------------------------------------------------------------------------- /test/command/9038.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native 3 | ![foo] 4 | ^D 5 | [ Para [ Str "![foo]" ] ] 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9045.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex 3 | ![hi](there.jpg){#foo} 4 | ^D 5 | \begin{figure} 6 | \centering 7 | \pandocbounded{\includegraphics[keepaspectratio,alt={hi}]{there.jpg}} 8 | \caption{hi}\label{foo} 9 | \end{figure} 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/9088.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex 3 | | 0 - A 4 | | 1 - B 5 | | 2 - C 6 | ^D 7 | ~~~0 - A\\ 8 | \strut ~~~1 - B\\ 9 | \strut ~~~2 - C 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/9090.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f html -t gfm 3 | <table> 4 | <tr> 5 | <th>invalid head cell</td> 6 | </tr> 7 | <tr> 8 | <td>body cell</td> 9 | </tr> 10 | </table> 11 | ^D 12 | | invalid head cell | 13 | |-------------------| 14 | | body cell | 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/9121.md: -------------------------------------------------------------------------------- 1 | ```` 2 | % pandoc -t gfm 3 | a $x=y$ b 4 | ^D 5 | a 6 | ``` math 7 | x=y 8 | ``` 9 | b 10 | ```` 11 | 12 | ```` 13 | % pandoc -t gfm 14 | a $x=y$ b 15 | ^D 16 | a
The response has been limited to 50k tokens of the smallest files in the repo. You can remove this limitation by removing the max tokens filter.
x=y`$ b 17 | ```` 18 | -------------------------------------------------------------------------------- /test/command/9159.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t org -f markdown 3 | \* See Blah 4 | 5 | \# not comment 6 | 7 | \| not table \| 8 | ^D 9 | ​* See Blah 10 | 11 | ​# not comment 12 | 13 | ​| not table | 14 | 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/9193.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native 3 | $a+% 4 | b$ 5 | ^D 6 | [ Para [ Math InlineMath "a+%\nb" ] ] 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/9196.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f rst --wrap=none 3 | Define _`my target`, then reference `my target`_. 4 | ^D 5 | <p>Define <span id="my-target">my target</span>, then reference <a href="#my-target">my target</a>.</p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9209.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex 3 | ## [Section]{#Section3} 4 | ^D 5 | \subsection{\texorpdfstring{\protect\hypertarget{Section3}{}{Section}}{Section}}\label{section} 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9350.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f html -t latex 3 | <table><tbody><tr></tr></tbody></table> 4 | ^D 5 | \begin{longtable}[]{@{}l@{}} 6 | \toprule\noalign{} 7 | \endhead 8 | \bottomrule\noalign{} 9 | \endlastfoot 10 | \\ 11 | \end{longtable} 12 | ``` 13 | -------------------------------------------------------------------------------- /test/command/9358.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/9358.docx -------------------------------------------------------------------------------- /test/command/9391.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/9391.docx -------------------------------------------------------------------------------- /test/command/9391.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc command/9391.docx -t html 3 | ^D 4 | <p>Lorem ipsum.</p> 5 | <figure> 6 | <img src="media/image1.png" style="width:1.10263in;height:1.10263in" /> 7 | <figcaption><p>Blue square.</p></figcaption> 8 | </figure> 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/9445.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f man -t markdown 3 | \fB--c \fI<file> 4 | ^D 5 | **\--c** *\<file\>* 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9478.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t typst --wrap=preserve 3 | **- a - 4 | - b** 5 | ^D 6 | #strong[\- a - 7 | \- b] 8 | ``` 9 | 10 | -------------------------------------------------------------------------------- /test/command/9481.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f markdown+wikilinks_title_after_pipe 3 | [a](https://example.com) 4 | ^D 5 | <p><a href="https://example.com">a</a></p> 6 | 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/9555.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native -f latex 3 | a\@ b\@c 4 | 5 | \makeatletter 6 | a\@ b\@c 7 | \makeatother 8 | a\@ b\@c 9 | ^D 10 | [ Para [ Str "a" , Space , Str "bc" ] 11 | , Para [ Str "ab" , SoftBreak , Str "a" , Space , Str "bc" ] 12 | ] 13 | ``` 14 | -------------------------------------------------------------------------------- /test/command/9586.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t typst 3 | **1. April 2024** 4 | ^D 5 | #strong[\1. April 2024] 6 | 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/9597.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex 3 | ~~$T$~~ 4 | ^D 5 | \st{$T$} 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9603.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/9603.docx -------------------------------------------------------------------------------- /test/command/9632.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f dokuwiki 3 | [[.:supprimer-profil-windows|]] 4 | ^D 5 | <p><a href="supprimer-profil-windows">supprimer-profil-windows</a></p> 6 | 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/9639.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f org -t native 3 | #+title: repro 4 | 5 | * heading-name 6 | :PROPERTIES: 7 | :ID: 123abc 8 | :END: 9 | ^D 10 | [ Header 1 ( "123abc" , [] , [] ) [ Str "heading-name" ] ] 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/9644.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t latex 3 | [$T$]{.underline} 4 | [$T$]{.mark} 5 | ^D 6 | \ul{$T$} \hl{$T$} 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/9652.svg: -------------------------------------------------------------------------------- 1 | <?xml version='1.0' encoding='UTF-8' ?> 2 | <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='please-do-not-delete-me' width='504.00pt' height='360.00pt' viewBox='0 0 504.00 360.00'> 3 | </svg> 4 | -------------------------------------------------------------------------------- /test/command/9657.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t opendocument 3 | [Text here]{custom-style="Strikethrough"} 4 | ^D 5 | <text:p text:style-name="Text_20_body"><text:span text:style-name="Strikethrough">Text 6 | here</text:span></text:p> 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/9676.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex 3 | \def\foo{BAR} 4 | \foo 5 | \ifstrequal{BAR}{BAR}{\def\foo{BAZ}}{} 6 | \foo 7 | ^D 8 | <p>BAR BAZ</p> 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/9805.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f rst -t native 3 | word.*word 4 | ------------ 5 | * abc 6 | ^D 7 | [ Header 1 ( "word.word" , [] , [] ) [ Str "word.*word" ] 8 | , BulletList [ [ Plain [ Str "abc" ] ] ] 9 | ] 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/9807.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f typst -t native 3 | #let foo = [ 4 | bar baz 5 | ] 6 | *#foo* 7 | ^D 8 | [ Para 9 | [ Strong 10 | [ SoftBreak , Str "bar" , Space , Str "baz" , SoftBreak ] 11 | ] 12 | ] 13 | ``` 14 | -------------------------------------------------------------------------------- /test/command/982.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \newcommand{\BEQ}{\begin{equation}} 4 | \newcommand{\EEQ}{\end{equation}} 5 | 6 | \BEQ 7 | y=x^2 8 | \EEQ 9 | ^D 10 | [ Para [ Math DisplayMath "y=x^2" ] ] 11 | ``` 12 | -------------------------------------------------------------------------------- /test/command/987.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t markdown 3 | \documentclass{article} 4 | \newenvironment{flubble}{FOO}{BAR} 5 | \begin{document} 6 | \begin{flubble} 7 | grr 8 | \end{flubble} 9 | \end{document} 10 | ^D 11 | FOO grr BAR 12 | ``` 13 | -------------------------------------------------------------------------------- /test/command/9878.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f textile -t native 3 | 15% 50% 4 | ^D 5 | [ Para [ Str "15%" , Space , Str "50%" ] ] 6 | ``` 7 | ``` 8 | % pandoc -f textile -t native 9 | 15%. 70% 10 | ^D 11 | [ Para [ Str "15%." , Space , Str "70%" ] ] 12 | ``` 13 | -------------------------------------------------------------------------------- /test/command/9902.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native -f latex+raw_tex 3 | \kern.1pt 4 | ^D 5 | [ RawBlock (Format "latex") "\\kern.1pt" ] 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/9908.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f native -t markdown 3 | [ BulletList 4 | [ [ BlockQuote [ Para [ Str "a" ] , Para [ Str "b" ] ] ] ] 5 | ] 6 | ^D 7 | - > a 8 | > 9 | > b 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/9987.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f bibtex -t bibtex 3 | @misc{agency, 4 | author = {{European Environment Agency}}, 5 | } 6 | ^D 7 | @misc{agency, 8 | author = {{European Environment Agency}} 9 | } 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/A.txt: -------------------------------------------------------------------------------- 1 | this is a 2 | -------------------------------------------------------------------------------- /test/command/B.txt: -------------------------------------------------------------------------------- 1 | here is b 2 | -------------------------------------------------------------------------------- /test/command/C.txt: -------------------------------------------------------------------------------- 1 | and this is c 2 | -------------------------------------------------------------------------------- /test/command/D.txt: -------------------------------------------------------------------------------- 1 | here's d 2 | -------------------------------------------------------------------------------- /test/command/abbrevs: -------------------------------------------------------------------------------- 1 | Foo. 2 | h.k. 3 | -------------------------------------------------------------------------------- /test/command/adjacent_latex_blocks.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f markdown -t native 3 | \listoffigures 4 | 5 | \listoftables 6 | ^D 7 | [ RawBlock (Format "tex") "\\listoffigures" 8 | , RawBlock (Format "tex") "\\listoftables" 9 | ] 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/bar-endinput.tex: -------------------------------------------------------------------------------- 1 | \emph{hi there} 2 | \endinput 3 | \emph{invisible} 4 | -------------------------------------------------------------------------------- /test/command/bar.tex: -------------------------------------------------------------------------------- 1 | \emph{hi there} 2 | -------------------------------------------------------------------------------- /test/command/chap1/spider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/chap1/spider.png -------------------------------------------------------------------------------- /test/command/chap2/spider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/command/chap2/spider.png -------------------------------------------------------------------------------- /test/command/chap2/text.md: -------------------------------------------------------------------------------- 1 | # Chapter two 2 | 3 | A spider: ![spider](spider.png) 4 | 5 | [refspider]: spider.png 6 | -------------------------------------------------------------------------------- /test/command/citeproc-17.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t csljson 3 | --- 4 | references: 5 | - id: foo 6 | type: book 7 | title: "Hi & Low" 8 | ... 9 | ^D 10 | [ 11 | { 12 | "id": "foo", 13 | "title": "Hi & Low", 14 | "type": "book" 15 | } 16 | ] 17 | ``` 18 | -------------------------------------------------------------------------------- /test/command/defaults-inheritance-1.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -d command/defaults3 3 | # Header 4 | ^D 5 | # Header 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/defaults-inheritance-2.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -d command/defaults6 2>&1 3 | ^D 4 | Error: Circular defaults file reference in 'command/defaults7.yaml' 5 | => 63 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/defaults-inheritance-3.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -d command/defaults8 3 | <h1>Header</h1> 4 | ^D 5 | # Header 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/defaults1.yaml: -------------------------------------------------------------------------------- 1 | include-in-header: command/A.txt 2 | -------------------------------------------------------------------------------- /test/command/defaults2.yaml: -------------------------------------------------------------------------------- 1 | include-in-header: 2 | - command/B.txt 3 | - command/C.txt 4 | 5 | -------------------------------------------------------------------------------- /test/command/defaults3.yaml: -------------------------------------------------------------------------------- 1 | defaults: 2 | - command/defaults4 3 | - command/defaults5 4 | to: markdown 5 | -------------------------------------------------------------------------------- /test/command/defaults4.yaml: -------------------------------------------------------------------------------- 1 | from: html 2 | defaults: 3 | - command/defaults5 4 | -------------------------------------------------------------------------------- /test/command/defaults5.yaml: -------------------------------------------------------------------------------- 1 | from: markdown 2 | to: html 3 | -------------------------------------------------------------------------------- /test/command/defaults6.yaml: -------------------------------------------------------------------------------- 1 | defaults: 2 | - command/defaults7 3 | -------------------------------------------------------------------------------- /test/command/defaults7.yaml: -------------------------------------------------------------------------------- 1 | defaults: 2 | - command/defaults6 3 | -------------------------------------------------------------------------------- /test/command/defaults8.yaml: -------------------------------------------------------------------------------- 1 | from: html 2 | defaults: command/defaults9 3 | -------------------------------------------------------------------------------- /test/command/defaults9.yaml: -------------------------------------------------------------------------------- 1 | to: markdown 2 | -------------------------------------------------------------------------------- /test/command/dots.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \dots 4 | 5 | \ldots 6 | 7 | \vdots 8 | ^D 9 | [ Para [ Str "\8230" ] 10 | , Para [ Str "\8230" ] 11 | , Para [ Str "\8942" ] 12 | ] 13 | ``` 14 | -------------------------------------------------------------------------------- /test/command/duplicate_attributes.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc 3 | [span]{.foobar style="color:blue" class="zip" style="color:red"} 4 | ^D 5 | 2> [WARNING] Ignoring duplicate attribute style="color:red". 6 | <p><span class="foobar zip" style="color:blue">span</span></p> 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/figures-haddock.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f native -t haddock 3 | [Figure ("fig-id",[],[]) (Caption Nothing []) [Para [Str "content"]]] 4 | 5 | ^D 6 | content 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/figures-jira.md: -------------------------------------------------------------------------------- 1 | A figure with title 2 | ``` 3 | % pandoc -f native -t jira 4 | [Figure ("fig-id",[],[("title","This is the title")]) (Caption Nothing []) []] 5 | ^D 6 | {panel:title=This is the title} 7 | {anchor:fig-id} 8 | {panel} 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/figures-xwiki.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f native -t xwiki 3 | [Figure ("fig-id",[],[]) (Caption Nothing []) [Para [Str "content"]]] 4 | 5 | ^D 6 | ((( 7 | {{id name="fig-id" /}}content 8 | 9 | ))) 10 | ``` 11 | -------------------------------------------------------------------------------- /test/command/figures-zimwiki.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f native -t zimwiki 3 | [Figure ("fig-id",[],[]) (Caption Nothing []) [Para [Str "content"]]] 4 | 5 | ^D 6 | content 7 | 8 | 9 | ``` 10 | -------------------------------------------------------------------------------- /test/command/file1.txt: -------------------------------------------------------------------------------- 1 | # Zed 2 | 3 | [foo]: bar 4 | 5 | [foo] 6 | and [Zed](#zed) 7 | and [other Zed](command/file2.txt#zed) 8 | and [other file](command/file2.txt) 9 | and [foreign Zed](c.md#zed) 10 | -------------------------------------------------------------------------------- /test/command/file2.txt: -------------------------------------------------------------------------------- 1 | ## Zed 2 | 3 | [foo]: baz 4 | 5 | [foo] 6 | -------------------------------------------------------------------------------- /test/command/html-writer-a-in-a.md: -------------------------------------------------------------------------------- 1 | a is not allowed inside a in HTML, so we remove links in link text: 2 | ``` 3 | % pandoc -f native -t html 4 | [ Link ("",[],[]) [Link ("",[],[]) [Str "Lo"] ("url2","") ] ("url","") ] 5 | ^D 6 | <a href="url"><span>Lo</span></a> 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/latex-center.md: -------------------------------------------------------------------------------- 1 | # `\begin{center}` 2 | 3 | ``` 4 | % pandoc -f latex -t native 5 | \begin{center} 6 | Hello 7 | \end{center} 8 | 9 | ^D 10 | [ Div ( "" , [ "center" ] , [] ) [ Para [ Str "Hello" ] ] ] 11 | ``` 12 | 13 | -------------------------------------------------------------------------------- /test/command/latex-command-comment.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | \emph% 4 | {hi} 5 | ^D 6 | [ Para [ Emph [ Str "hi" ] ] ] 7 | ``` 8 | -------------------------------------------------------------------------------- /test/command/latex-fontawesome.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t native 3 | Check: \faCheck 4 | ^D 5 | [ Para [ Str "Check:" , Space , Str "\10003" ] ] 6 | ``` 7 | 8 | ``` 9 | % pandoc -f latex -t native 10 | Close: \faClose 11 | ^D 12 | [ Para [ Str "Close:" , Space , Str "\10007" ] ] 13 | ``` 14 | -------------------------------------------------------------------------------- /test/command/man-defines.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f man -t plain 3 | .de test 4 | ok 5 | .. 6 | .test 7 | .br 8 | \A'test' 9 | .br 10 | \A'xyz' 11 | ^D 12 | ok 13 | 1 14 | 0 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/nested-spanlike.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f markdown -t html 3 | [test]{.foo .underline #bar .smallcaps .kbd} 4 | ^D 5 | <p><kbd id="bar"><u><span class="smallcaps">test</span></u></kbd></p> 6 | ``` 7 | -------------------------------------------------------------------------------- /test/command/rst-links.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f rst 3 | `*ab*`_ 4 | 5 | .. _`*ab*`: foo 6 | ^D 7 | <p><a href="foo">*ab*</a></p> 8 | ``` 9 | 10 | ``` 11 | % pandoc -f rst 12 | `A B 13 | c`_ 14 | 15 | .. _A B C: foo 16 | ^D 17 | <p><a href="foo">A B c</a></p> 18 | ``` 19 | -------------------------------------------------------------------------------- /test/command/setext-fenced-div.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -t native 3 | ::: {.cell} 4 | --- 5 | ::: 6 | ^D 7 | [ Div ( "" , [ "cell" ] , [] ) [ HorizontalRule ] ] 8 | ``` 9 | -------------------------------------------------------------------------------- /test/command/sub-file-chapter-1.tex: -------------------------------------------------------------------------------- 1 | \documentclass[main.tex]{subfiles} 2 | \begin{document} 3 | 4 | \section{Chapter 1} 5 | 6 | This is Chapter 1, provided in a sub file. 7 | 8 | \end{document} 9 | -------------------------------------------------------------------------------- /test/command/sub-file-chapter-2.tex: -------------------------------------------------------------------------------- 1 | \documentclass[main.tex]{subfiles} 2 | \begin{document} 3 | 4 | \section{Chapter 2} 5 | 6 | This is Chapter 2, provided in a second sub file. 7 | 8 | \end{document} 9 | -------------------------------------------------------------------------------- /test/command/tex-group.md: -------------------------------------------------------------------------------- 1 | ``` 2 | % pandoc -f latex -t html 3 | \newenvironment{foo}% 4 | {\emph\bgroup}% 5 | {\egroup} 6 | 7 | \begin{foo} 8 | hi 9 | \end{foo} 10 | ^D 11 | <p><span> <em>hi</em> </span></p> 12 | ``` 13 | -------------------------------------------------------------------------------- /test/command/three.txt: -------------------------------------------------------------------------------- 1 | 1st line. 2 | 2nd line. 3 | 3rd line. 4 | -------------------------------------------------------------------------------- /test/command/vars-and-metadata.md: -------------------------------------------------------------------------------- 1 | Variables should not leak into metadata in the Markdown writer: 2 | 3 | ``` 4 | % pandoc -t markdown -Vfoo=1 -Vbar=2 -s 5 | --- 6 | foo: x 7 | ... 8 | zib 9 | ^D 10 | --- 11 | foo: x 12 | --- 13 | 14 | zib 15 | ``` 16 | -------------------------------------------------------------------------------- /test/command/yaml-metadata.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | title: file 3 | other: _markdown_ value 4 | --- 5 | -------------------------------------------------------------------------------- /test/docx/0_level_headers.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/0_level_headers.docx -------------------------------------------------------------------------------- /test/docx/adjacent_codeblocks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/adjacent_codeblocks.docx -------------------------------------------------------------------------------- /test/docx/already_auto_ident.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/already_auto_ident.docx -------------------------------------------------------------------------------- /test/docx/already_auto_ident.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("anchor-header",[],[]) [Str "Anchor",Space,Str "Header"] 2 | ,Para [Str "A",Space,Link ("",[],[]) [Str "link"] ("#anchor-header","")]] 3 | -------------------------------------------------------------------------------- /test/docx/alternate_document_path.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/alternate_document_path.docx -------------------------------------------------------------------------------- /test/docx/anchor_header_after_anchor.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/anchor_header_after_anchor.docx -------------------------------------------------------------------------------- /test/docx/block_quotes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/block_quotes.docx -------------------------------------------------------------------------------- /test/docx/char_styles.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/char_styles.docx -------------------------------------------------------------------------------- /test/docx/codeblock.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/codeblock.docx -------------------------------------------------------------------------------- /test/docx/comments.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/comments.docx -------------------------------------------------------------------------------- /test/docx/comments_warning.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/comments_warning.docx -------------------------------------------------------------------------------- /test/docx/compact-style-removal.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/compact-style-removal.docx -------------------------------------------------------------------------------- /test/docx/compact-style-removal.native: -------------------------------------------------------------------------------- 1 | [OrderedList (1,Decimal,Period) 2 | [[Plain [Str "One"]] 3 | ,[Plain [Str "Two"]] 4 | ,[Plain [Str "Three"]] 5 | ,[Plain [Str "Four"]]]] 6 | -------------------------------------------------------------------------------- /test/docx/custom-style-reference.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/custom-style-reference.docx -------------------------------------------------------------------------------- /test/docx/deep_normalize.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/deep_normalize.docx -------------------------------------------------------------------------------- /test/docx/definition_list.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/definition_list.docx -------------------------------------------------------------------------------- /test/docx/diagram.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/diagram.docx -------------------------------------------------------------------------------- /test/docx/diagram.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("diagram-after",[],[]) [Str "Diagram",Space,Str "after:"] 2 | ,Para [Span ("",["diagram"],[]) [Str "[DIAGRAM]"]]] 3 | -------------------------------------------------------------------------------- /test/docx/drop_cap.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/drop_cap.docx -------------------------------------------------------------------------------- /test/docx/drop_cap.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Drop",Space,Str "cap."] 2 | ,Para [Str "Next",Space,Str "paragraph."] 3 | ,Para [Str "Drop",Space,Str "cap",Space,Str "in",Space,Str "margin."] 4 | ,Para [Str "Drop",Space,Str "cap",Space,Str "(not",Space,Str "really)."]] 5 | -------------------------------------------------------------------------------- /test/docx/dummy_item_after_list_item.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/dummy_item_after_list_item.docx -------------------------------------------------------------------------------- /test/docx/dummy_item_after_list_item.native: -------------------------------------------------------------------------------- 1 | [OrderedList (1,Decimal,Period) 2 | [[Para [Str "One"] 3 | ,Para [Str "Two",LineBreak,LineBreak,Str "Three"]]]] 4 | -------------------------------------------------------------------------------- /test/docx/dummy_item_after_paragraph.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/dummy_item_after_paragraph.docx -------------------------------------------------------------------------------- /test/docx/empty_field.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/empty_field.docx -------------------------------------------------------------------------------- /test/docx/enumerated_headings.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/enumerated_headings.docx -------------------------------------------------------------------------------- /test/docx/enumerated_headings.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("h1",[],[]) [Str "H1"] 2 | ,Header 2 ("h2",[],[]) [Str "H2"] 3 | ,Header 3 ("h3",[],[]) [Str "H3"] 4 | ,Para [Str "And",Space,Str "some",Space,Str "text"]] 5 | -------------------------------------------------------------------------------- /test/docx/german_styled_lists.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/german_styled_lists.docx -------------------------------------------------------------------------------- /test/docx/golden/block_quotes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/block_quotes.docx -------------------------------------------------------------------------------- /test/docx/golden/codeblock.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/codeblock.docx -------------------------------------------------------------------------------- /test/docx/golden/comments.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/comments.docx -------------------------------------------------------------------------------- /test/docx/golden/custom_style_no_reference.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/custom_style_no_reference.docx -------------------------------------------------------------------------------- /test/docx/golden/custom_style_preserve.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/custom_style_preserve.docx -------------------------------------------------------------------------------- /test/docx/golden/custom_style_reference.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/custom_style_reference.docx -------------------------------------------------------------------------------- /test/docx/golden/definition_list.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/definition_list.docx -------------------------------------------------------------------------------- /test/docx/golden/document-properties-short-desc.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/document-properties-short-desc.docx -------------------------------------------------------------------------------- /test/docx/golden/document-properties.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/document-properties.docx -------------------------------------------------------------------------------- /test/docx/golden/headers.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/headers.docx -------------------------------------------------------------------------------- /test/docx/golden/image.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/image.docx -------------------------------------------------------------------------------- /test/docx/golden/inline_code.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/inline_code.docx -------------------------------------------------------------------------------- /test/docx/golden/inline_formatting.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/inline_formatting.docx -------------------------------------------------------------------------------- /test/docx/golden/inline_images.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/inline_images.docx -------------------------------------------------------------------------------- /test/docx/golden/link_in_notes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/link_in_notes.docx -------------------------------------------------------------------------------- /test/docx/golden/links.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/links.docx -------------------------------------------------------------------------------- /test/docx/golden/lists.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/lists.docx -------------------------------------------------------------------------------- /test/docx/golden/lists_9994.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/lists_9994.docx -------------------------------------------------------------------------------- /test/docx/golden/lists_continuing.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/lists_continuing.docx -------------------------------------------------------------------------------- /test/docx/golden/lists_div_bullets.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/lists_div_bullets.docx -------------------------------------------------------------------------------- /test/docx/golden/lists_multiple_initial.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/lists_multiple_initial.docx -------------------------------------------------------------------------------- /test/docx/golden/lists_restarting.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/lists_restarting.docx -------------------------------------------------------------------------------- /test/docx/golden/nested_anchors_in_header.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/nested_anchors_in_header.docx -------------------------------------------------------------------------------- /test/docx/golden/notes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/notes.docx -------------------------------------------------------------------------------- /test/docx/golden/raw-blocks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/raw-blocks.docx -------------------------------------------------------------------------------- /test/docx/golden/raw-bookmarks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/raw-bookmarks.docx -------------------------------------------------------------------------------- /test/docx/golden/table_one_row.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/table_one_row.docx -------------------------------------------------------------------------------- /test/docx/golden/table_with_list_cell.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/table_with_list_cell.docx -------------------------------------------------------------------------------- /test/docx/golden/tables-default-widths.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/tables-default-widths.docx -------------------------------------------------------------------------------- /test/docx/golden/tables.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/tables.docx -------------------------------------------------------------------------------- /test/docx/golden/tables_separated_with_rawblock.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/tables_separated_with_rawblock.docx -------------------------------------------------------------------------------- /test/docx/golden/task_list.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/task_list.docx -------------------------------------------------------------------------------- /test/docx/golden/track_changes_deletion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/track_changes_deletion.docx -------------------------------------------------------------------------------- /test/docx/golden/track_changes_insertion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/track_changes_insertion.docx -------------------------------------------------------------------------------- /test/docx/golden/track_changes_move.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/track_changes_move.docx -------------------------------------------------------------------------------- /test/docx/golden/track_changes_scrubbed_metadata.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/track_changes_scrubbed_metadata.docx -------------------------------------------------------------------------------- /test/docx/golden/unicode.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/unicode.docx -------------------------------------------------------------------------------- /test/docx/golden/verbatim_subsuper.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/golden/verbatim_subsuper.docx -------------------------------------------------------------------------------- /test/docx/hanging_indent.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/hanging_indent.docx -------------------------------------------------------------------------------- /test/docx/headers.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/headers.docx -------------------------------------------------------------------------------- /test/docx/i18n_blocks.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/i18n_blocks.docx -------------------------------------------------------------------------------- /test/docx/image.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/image.docx -------------------------------------------------------------------------------- /test/docx/image_vml.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/image_vml.docx -------------------------------------------------------------------------------- /test/docx/image_vml.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("vml-image",[],[]) [Strong [Str "VML",Space,Str "Image"]] 2 | ,Para [Str "It",Space,Str "should",Space,Str "follow",Space,Str "below:"] 3 | ,Para [Image ("",[],[]) [] ("media/image4.jpeg","")]] 4 | -------------------------------------------------------------------------------- /test/docx/image_vml_as_object.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/image_vml_as_object.docx -------------------------------------------------------------------------------- /test/docx/image_vml_as_object.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Test",Space,Str "with",Space,Str "object",Space,Str "as",Space,Str "image:"] 2 | ,Para [Image ("",[],[]) [] ("media/image1.emf","")]] 3 | -------------------------------------------------------------------------------- /test/docx/inline_code.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/inline_code.docx -------------------------------------------------------------------------------- /test/docx/inline_code.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "an",Space,Str "example",Space,Str "of",Space,Code ("",[],[]) "inline code",Space,Str "with",Space,Str "three",Space,Str "spaces."]] 2 | -------------------------------------------------------------------------------- /test/docx/inline_formatting.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/inline_formatting.docx -------------------------------------------------------------------------------- /test/docx/inline_images.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/inline_images.docx -------------------------------------------------------------------------------- /test/docx/instrText_hyperlink.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/instrText_hyperlink.docx -------------------------------------------------------------------------------- /test/docx/link_in_notes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/link_in_notes.docx -------------------------------------------------------------------------------- /test/docx/link_in_notes.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "test",Note [Para [Link ("",[],[]) [Str "http://wikipedia.org/"] ("http://wikipedia.org/","")]],Str "."]] 2 | -------------------------------------------------------------------------------- /test/docx/links.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/links.docx -------------------------------------------------------------------------------- /test/docx/lists-compact.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/lists-compact.docx -------------------------------------------------------------------------------- /test/docx/lists-compact.native: -------------------------------------------------------------------------------- 1 | [OrderedList (1,Decimal,Period) 2 | [[Plain [Str "One"]] 3 | ,[Plain [Str "Two"]] 4 | ,[Plain [Str "Three"]] 5 | ,[Plain [Str "Four"]]]] 6 | -------------------------------------------------------------------------------- /test/docx/lists.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/lists.docx -------------------------------------------------------------------------------- /test/docx/lists_9994.native: -------------------------------------------------------------------------------- 1 | [ OrderedList 2 | ( 1 , Decimal , Period ) 3 | [ [ Plain [ Str "one" ] 4 | , BulletList [ [ Plain [ Str "bul" ] ] ] 5 | ] 6 | , [ Plain [ Str "two" ] ] 7 | ] 8 | ] 9 | -------------------------------------------------------------------------------- /test/docx/lists_continuing.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/lists_continuing.docx -------------------------------------------------------------------------------- /test/docx/lists_continuing.native: -------------------------------------------------------------------------------- 1 | [OrderedList (1,Decimal,Period) 2 | [[Para [Str "Foo"]] 3 | ,[Para [Str "Bar"]] 4 | ,[Para [Str "Baz"]]] 5 | ,Para [Str "Interruption."] 6 | ,OrderedList (4,Decimal,Period) 7 | [[Para [Str "Bop"]]]] 8 | -------------------------------------------------------------------------------- /test/docx/lists_div_bullets.native: -------------------------------------------------------------------------------- 1 | [ BulletList 2 | [ [ Div ( "", [], []) [ Para [ Str "one" ], Para [ Str "two" ] ] ] 3 | , [ Div ( "refs", [], []) [ Header 1 ( "" , [] , [] ) [ Str "three" ], Para [ Str "four" ] ] ] 4 | ] 5 | ] 6 | -------------------------------------------------------------------------------- /test/docx/lists_level_override.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/lists_level_override.docx -------------------------------------------------------------------------------- /test/docx/lists_multiple_initial.native: -------------------------------------------------------------------------------- 1 | [OrderedList (1,Decimal,Period) 2 | [[OrderedList (1,LowerAlpha,TwoParens) 3 | [[Para [Str "foo"]] 4 | ,[Para [Str "bar"]]]]] 5 | ,BulletList 6 | [[BulletList 7 | [[Para [Str "foo"]] 8 | ,[Para [Str "bar"]]]]]] 9 | -------------------------------------------------------------------------------- /test/docx/lists_restarting.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/lists_restarting.docx -------------------------------------------------------------------------------- /test/docx/lists_restarting.native: -------------------------------------------------------------------------------- 1 | [OrderedList (2,Decimal,Period) 2 | [[Para [Str "Foo"]] 3 | ,[Para [Str "Bar"]] 4 | ,[Para [Str "Baz"]]] 5 | ,BlockQuote 6 | [Para [Str "Interruption"]] 7 | ,OrderedList (1,Decimal,Period) 8 | [[Para [Str "Bop."]]]] 9 | -------------------------------------------------------------------------------- /test/docx/lists_sublist_reset.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/lists_sublist_reset.docx -------------------------------------------------------------------------------- /test/docx/mendeley_citations.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/mendeley_citations.docx -------------------------------------------------------------------------------- /test/docx/metadata.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/metadata.docx -------------------------------------------------------------------------------- /test/docx/metadata_after_normal.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/metadata_after_normal.docx -------------------------------------------------------------------------------- /test/docx/nested_anchors_in_header.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/nested_anchors_in_header.docx -------------------------------------------------------------------------------- /test/docx/nested_instrText.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/nested_instrText.docx -------------------------------------------------------------------------------- /test/docx/nested_sdt.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/nested_sdt.docx -------------------------------------------------------------------------------- /test/docx/nested_sdt.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Test",Space,Str "Paragraph1"] 2 | ,Para [Str "Test",Space,Str "Paragraph2"] 3 | ,Para [Str "Test",Space,Str "Paragraph3"]] 4 | -------------------------------------------------------------------------------- /test/docx/nested_smart_tags.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/nested_smart_tags.docx -------------------------------------------------------------------------------- /test/docx/normalize.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/normalize.docx -------------------------------------------------------------------------------- /test/docx/normalize.native: -------------------------------------------------------------------------------- 1 | [Para [Str "These",Space,Str "are",Space,Str "different",Space,Str "fonts."] 2 | ,Para [Strong [Str "These",Space,Emph [Str "are",Space,Strikeout [Str "different"]],Space,Str "fonts."]]] 3 | -------------------------------------------------------------------------------- /test/docx/notes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/notes.docx -------------------------------------------------------------------------------- /test/docx/numbered_header.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/numbered_header.docx -------------------------------------------------------------------------------- /test/docx/numbered_header.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("a-numbered-header.",[],[]) [Str "A",Space,Str "Numbered",Space,Str "Header."]] 2 | -------------------------------------------------------------------------------- /test/docx/overlapping_targets.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/overlapping_targets.docx -------------------------------------------------------------------------------- /test/docx/pageref.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/pageref.docx -------------------------------------------------------------------------------- /test/docx/pageref.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Title",Space,Link ("",[],[]) [Str "2"] ("#title","")] 2 | ,Para [Str "Title2",Space,Link ("",[],[]) [Str "2"] ("#title2","")] 3 | ,Header 1 ("title", [],[]) [Str "Title"] 4 | ,Header 1 ("title2",[],[]) [Str "Title2"]] 5 | -------------------------------------------------------------------------------- /test/docx/paragraph_insertion_deletion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/paragraph_insertion_deletion.docx -------------------------------------------------------------------------------- /test/docx/paragraph_insertion_deletion_accept.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a"] 2 | ,Para [Str "split",Space,Str "Paragraph."]] 3 | -------------------------------------------------------------------------------- /test/docx/paragraph_insertion_deletion_reject.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "split"] 2 | ,Para [Str "Paragraph."]] 3 | -------------------------------------------------------------------------------- /test/docx/relative_indentation_blockquotes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/relative_indentation_blockquotes.docx -------------------------------------------------------------------------------- /test/docx/sdt_elements.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/sdt_elements.docx -------------------------------------------------------------------------------- /test/docx/sdt_in_footnote.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/sdt_in_footnote.docx -------------------------------------------------------------------------------- /test/docx/special_punctuation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/special_punctuation.docx -------------------------------------------------------------------------------- /test/docx/special_punctuation.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Soft",Space,Str "hyphen:",Space,Str "[\173]"] 2 | ,Para [Str "Non-breaking",Space,Str "hyphen:",Space,Str "[\8209]"]] 3 | -------------------------------------------------------------------------------- /test/docx/table_captions_no_field.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_captions_no_field.docx -------------------------------------------------------------------------------- /test/docx/table_captions_with_field.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_captions_with_field.docx -------------------------------------------------------------------------------- /test/docx/table_header_rowspan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_header_rowspan.docx -------------------------------------------------------------------------------- /test/docx/table_one_header_row.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_one_header_row.docx -------------------------------------------------------------------------------- /test/docx/table_one_row.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_one_row.docx -------------------------------------------------------------------------------- /test/docx/table_variable_width.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_variable_width.docx -------------------------------------------------------------------------------- /test/docx/table_with_list_cell.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/table_with_list_cell.docx -------------------------------------------------------------------------------- /test/docx/tables.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/tables.docx -------------------------------------------------------------------------------- /test/docx/tabs.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/tabs.docx -------------------------------------------------------------------------------- /test/docx/tabs.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Some",Space,Str "text",Space,Str "separated",Space,Str "by",Space,Str "a",Space,Str "tab."] 2 | ,Para [Str "Tab-indented",Space,Str "text."]] 3 | -------------------------------------------------------------------------------- /test/docx/task_list.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/task_list.docx -------------------------------------------------------------------------------- /test/docx/text_in_shape_format.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/text_in_shape_format.docx -------------------------------------------------------------------------------- /test/docx/track_changes_deletion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/track_changes_deletion.docx -------------------------------------------------------------------------------- /test/docx/track_changes_deletion_accept.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "text",Space,Str "with",Space,Str "a",Space,Str "deletion."]] 2 | -------------------------------------------------------------------------------- /test/docx/track_changes_deletion_all.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "text",Space,Str "with",Space,Str "a",Span ("",["deletion"],[("author","eng-dept"),("date","2014-06-25T10:42:00Z")]) [Str "n",Space,Str "excessively",Space,Str "modified"],Space,Str "deletion."]] 2 | -------------------------------------------------------------------------------- /test/docx/track_changes_deletion_reject.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "text",Space,Str "with",Space,Str "an",Space,Str "excessively",Space,Str "modified",Space,Str "deletion."]] 2 | -------------------------------------------------------------------------------- /test/docx/track_changes_insertion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/track_changes_insertion.docx -------------------------------------------------------------------------------- /test/docx/track_changes_insertion_accept.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "text",Space,Str "with",Space,Str "two",Space,Str "exciting",Space,Str "insertions."]] 2 | -------------------------------------------------------------------------------- /test/docx/track_changes_insertion_all.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "text",Space,Str "with",Space,Span ("",["insertion"],[("author","eng-dept"),("date","2014-06-25T10:40:00Z")]) [Str "two",Space,Str "exciting"],Space,Str "insertions."]] 2 | -------------------------------------------------------------------------------- /test/docx/track_changes_insertion_reject.native: -------------------------------------------------------------------------------- 1 | [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "text",Space,Str "with",Space,Str "insertions."]] 2 | -------------------------------------------------------------------------------- /test/docx/track_changes_move.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/track_changes_move.docx -------------------------------------------------------------------------------- /test/docx/track_changes_scrubbed_metadata.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/track_changes_scrubbed_metadata.docx -------------------------------------------------------------------------------- /test/docx/trailing_spaces_in_formatting.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/trailing_spaces_in_formatting.docx -------------------------------------------------------------------------------- /test/docx/trailing_spaces_in_formatting.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Turn",Space,Str "my",Space,Emph [Str "formatting"],Space,Str "off",Space,Str "after",Space,Str "the",Space,Str "spaces."]] 2 | -------------------------------------------------------------------------------- /test/docx/trim_last_inline.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/trim_last_inline.docx -------------------------------------------------------------------------------- /test/docx/trim_last_inline.native: -------------------------------------------------------------------------------- 1 | [Para [Strong [Str "Foo",Space,Str "bar."]] 2 | ,Para [Str "Fizz",Space,Str "pop."]] 3 | -------------------------------------------------------------------------------- /test/docx/unicode.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/unicode.docx -------------------------------------------------------------------------------- /test/docx/unicode.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Hello,",Space,Str "\19990\30028.",Space,Str "This",Space,Str "costs",Space,Str "\8364\&10.\8744\8744("]] 2 | -------------------------------------------------------------------------------- /test/docx/unused_anchors.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/unused_anchors.docx -------------------------------------------------------------------------------- /test/docx/unused_anchors.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("my-section",[],[]) [Str "My",Space,Str "Section"] 2 | ,Para [Link ("",[],[]) [Str "Here",Space,Str "is",Space,Str "a",Space,Str "link."] ("#Foo","")] 3 | ,Para [Span ("Foo",["anchor"],[]) [],Str "Here",Space,Str "is",Space,Str "the",Space,Str "target."]] 4 | -------------------------------------------------------------------------------- /test/docx/verbatim_subsuper.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/verbatim_subsuper.docx -------------------------------------------------------------------------------- /test/docx/zotero_citations.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/docx/zotero_citations.docx -------------------------------------------------------------------------------- /test/dokuwiki_external_images.dokuwiki: -------------------------------------------------------------------------------- 1 | {{https://cooluri.com/image.png|HTTPS image}} {{http://cooluri.com/image.png|HTTP image}} {{ftp://ftp.cooluri.com/image.png|FTP image}} {{file:///tmp/coolimage.png|Filesystem image}} {{/image.jpg|Relative image 1}} {{image.jpg|Relative image 2}} 2 | -------------------------------------------------------------------------------- /test/dokuwiki_multiblock_table.dokuwiki: -------------------------------------------------------------------------------- 1 | Sample grid table. 2 | ^Fruit ^Price^Advantages ^ 3 | |Bananas|$1.34|built-in wrapper\\ \\ potassium | 4 | |Oranges|$2.10|* cures scurvy\\ * tasty | 5 | |Apples |$1.10|Some text\\ \\ after two linebreaks| 6 | -------------------------------------------------------------------------------- /test/epub/epub2_cover.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/epub2_cover.epub -------------------------------------------------------------------------------- /test/epub/epub2_no_cover.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/epub2_no_cover.epub -------------------------------------------------------------------------------- /test/epub/epub2_picture.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/epub2_picture.epub -------------------------------------------------------------------------------- /test/epub/features.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/features.epub -------------------------------------------------------------------------------- /test/epub/formatting.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/formatting.epub -------------------------------------------------------------------------------- /test/epub/img.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/img.epub -------------------------------------------------------------------------------- /test/epub/img_no_cover.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/img_no_cover.epub -------------------------------------------------------------------------------- /test/epub/wasteland.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/epub/wasteland.epub -------------------------------------------------------------------------------- /test/fb2/math.markdown: -------------------------------------------------------------------------------- 1 | List math: 2 | 3 | - $E = m c^2$ 4 | - $A = \pi r^2$ 5 | 6 | Inline math: $x=\frac{-b \pm \sqrt {b^2-4ac}}{2a}$. 7 | 8 | Display math: 9 | 10 | $\int_a^b \! f(x)\,dx = F(b) - F(a).$ 11 | -------------------------------------------------------------------------------- /test/fb2/meta.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | title: Book title 3 | abstract: | 4 | This is the abstract. 5 | 6 | It consists of two paragraphs. 7 | --- 8 | -------------------------------------------------------------------------------- /test/fb2/test-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/fb2/test-small.png -------------------------------------------------------------------------------- /test/fb2/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/fb2/test.jpg -------------------------------------------------------------------------------- /test/fb2/titles.markdown: -------------------------------------------------------------------------------- 1 | # Simple title 2 | 3 | This example tests FictionBook titles. 4 | 5 | # *Emphasized* **Strong** Title 6 | 7 | -------------------------------------------------------------------------------- /test/insert: -------------------------------------------------------------------------------- 1 | STUFF INSERTED 2 | -------------------------------------------------------------------------------- /test/lalune.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/lalune.jpg -------------------------------------------------------------------------------- /test/media/rId25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/media/rId25.jpg -------------------------------------------------------------------------------- /test/media/rId26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/media/rId26.jpg -------------------------------------------------------------------------------- /test/media/rId27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/media/rId27.jpg -------------------------------------------------------------------------------- /test/movie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/movie.jpg -------------------------------------------------------------------------------- /test/odt/markdown/blockquote2.md: -------------------------------------------------------------------------------- 1 | Paragraph 2 | 3 | > A blockquote. 4 | -------------------------------------------------------------------------------- /test/odt/markdown/bold.md: -------------------------------------------------------------------------------- 1 | Here comes **bold** text -------------------------------------------------------------------------------- /test/odt/markdown/citation.md: -------------------------------------------------------------------------------- 1 | Some text[@Ex] with a citation. -------------------------------------------------------------------------------- /test/odt/markdown/endnote.md: -------------------------------------------------------------------------------- 1 | Some text[^1] with an endnote. 2 | 3 | [^1]: Endnote text -------------------------------------------------------------------------------- /test/odt/markdown/externalLink.md: -------------------------------------------------------------------------------- 1 | Here comes an [external link](http://example.com/) to example.com. -------------------------------------------------------------------------------- /test/odt/markdown/footnote.md: -------------------------------------------------------------------------------- 1 | Some text[^1] with a footnote. 2 | 3 | [^1]: Footnote text -------------------------------------------------------------------------------- /test/odt/markdown/formula.md: -------------------------------------------------------------------------------- 1 | $E = {m \cdot c^{2}}$ -------------------------------------------------------------------------------- /test/odt/markdown/headers.md: -------------------------------------------------------------------------------- 1 | # A header (Lv 1) 2 | 3 | A paragraph 4 | 5 | ## Another header (Lv 2) 6 | 7 | Another paragraph 8 | 9 | # Back to Level 1 -------------------------------------------------------------------------------- /test/odt/markdown/horizontalRule.md: -------------------------------------------------------------------------------- 1 | --- -------------------------------------------------------------------------------- /test/odt/markdown/image.md: -------------------------------------------------------------------------------- 1 | ![](10000000000000FA000000FAD6A15225.jpg) -------------------------------------------------------------------------------- /test/odt/markdown/imageIndex.md: -------------------------------------------------------------------------------- 1 | # Abbildungsverzeichnis 2 | 3 | Abbildung 1: Image caption 4 | 5 | ![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg) 6 | 7 | -------------------------------------------------------------------------------- /test/odt/markdown/imageWithCaption.md: -------------------------------------------------------------------------------- 1 | ![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg) -------------------------------------------------------------------------------- /test/odt/markdown/italic.md: -------------------------------------------------------------------------------- 1 | Here comes *italic* text -------------------------------------------------------------------------------- /test/odt/markdown/paragraph.md: -------------------------------------------------------------------------------- 1 | This is a paragraph. 2 | 3 | This is another paragraph. 4 | 5 | This is a third one. -------------------------------------------------------------------------------- /test/odt/markdown/strikeout.md: -------------------------------------------------------------------------------- 1 | Here comes text that was ~~striken out~~. -------------------------------------------------------------------------------- /test/odt/markdown/trackedChanges.md: -------------------------------------------------------------------------------- 1 | Some text with and inserted text. -------------------------------------------------------------------------------- /test/odt/markdown/underlined.md: -------------------------------------------------------------------------------- 1 | Here comes *underlined* text -------------------------------------------------------------------------------- /test/odt/native/blockquote.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Normal"],BlockQuote [Para [Str "Indented",Space,Str "(1cm)"]]] -------------------------------------------------------------------------------- /test/odt/native/image.native: -------------------------------------------------------------------------------- 1 | [Para [Image ("",[],[("width","5.292cm"),("height","5.292cm")]) [] ("Pictures/10000000000000FA000000FAD6A15225.jpg","")]] 2 | -------------------------------------------------------------------------------- /test/odt/native/inlinedCode.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Here",Space,Str "comes",Space,Code ("",[],[]) "inlined code",Space,Str "text",Space,Str "and",Space,Code ("",[],[]) "an another",Space,Str "one."]] 2 | -------------------------------------------------------------------------------- /test/odt/native/tab.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Three",Space,Str "tabs",Space,Str "between",Space,Str "A",Space,Str "and",Space,Str "B",Space,Str "will",Space,Str "be",Space,Str "converted",Space,Str "to",Space,Str "one",Space,Str "Space:",Space,Str "A",Space,Str "B."]] -------------------------------------------------------------------------------- /test/odt/native/unicode.native: -------------------------------------------------------------------------------- 1 | [Para [Str "\8220\8221\8217\231\1256\169\188\1074\1073\1060\1064\246\201\181"]] -------------------------------------------------------------------------------- /test/odt/odt/blockquote.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/blockquote.odt -------------------------------------------------------------------------------- /test/odt/odt/blockquote2.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/blockquote2.odt -------------------------------------------------------------------------------- /test/odt/odt/bold.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/bold.odt -------------------------------------------------------------------------------- /test/odt/odt/citation.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/citation.odt -------------------------------------------------------------------------------- /test/odt/odt/endnote.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/endnote.odt -------------------------------------------------------------------------------- /test/odt/odt/expression.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/expression.odt -------------------------------------------------------------------------------- /test/odt/odt/expressionUnevaluated.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/expressionUnevaluated.odt -------------------------------------------------------------------------------- /test/odt/odt/externalLink.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/externalLink.odt -------------------------------------------------------------------------------- /test/odt/odt/footnote.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/footnote.odt -------------------------------------------------------------------------------- /test/odt/odt/formula.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/formula.odt -------------------------------------------------------------------------------- /test/odt/odt/headers.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/headers.odt -------------------------------------------------------------------------------- /test/odt/odt/hiddenTextByStyle.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/hiddenTextByStyle.odt -------------------------------------------------------------------------------- /test/odt/odt/hiddenTextByVariable.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/hiddenTextByVariable.odt -------------------------------------------------------------------------------- /test/odt/odt/horizontalRule.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/horizontalRule.odt -------------------------------------------------------------------------------- /test/odt/odt/image.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/image.odt -------------------------------------------------------------------------------- /test/odt/odt/imageIndex.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/imageIndex.odt -------------------------------------------------------------------------------- /test/odt/odt/imageWithCaption.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/imageWithCaption.odt -------------------------------------------------------------------------------- /test/odt/odt/inlinedCode.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/inlinedCode.odt -------------------------------------------------------------------------------- /test/odt/odt/italic.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/italic.odt -------------------------------------------------------------------------------- /test/odt/odt/listBlocks.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/listBlocks.odt -------------------------------------------------------------------------------- /test/odt/odt/listContinueNumbering.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/listContinueNumbering.odt -------------------------------------------------------------------------------- /test/odt/odt/listContinueNumbering2.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/listContinueNumbering2.odt -------------------------------------------------------------------------------- /test/odt/odt/orderedListHeader.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/orderedListHeader.odt -------------------------------------------------------------------------------- /test/odt/odt/orderedListMixed.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/orderedListMixed.odt -------------------------------------------------------------------------------- /test/odt/odt/orderedListRoman.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/orderedListRoman.odt -------------------------------------------------------------------------------- /test/odt/odt/orderedListSimple.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/orderedListSimple.odt -------------------------------------------------------------------------------- /test/odt/odt/paragraph.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/paragraph.odt -------------------------------------------------------------------------------- /test/odt/odt/referenceAllInOne.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/referenceAllInOne.odt -------------------------------------------------------------------------------- /test/odt/odt/referenceToChapter.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/referenceToChapter.odt -------------------------------------------------------------------------------- /test/odt/odt/referenceToListItem.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/referenceToListItem.odt -------------------------------------------------------------------------------- /test/odt/odt/referenceToText.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/referenceToText.odt -------------------------------------------------------------------------------- /test/odt/odt/simpleTable.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/simpleTable.odt -------------------------------------------------------------------------------- /test/odt/odt/simpleTableWithCaption.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/simpleTableWithCaption.odt -------------------------------------------------------------------------------- /test/odt/odt/strikeout.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/strikeout.odt -------------------------------------------------------------------------------- /test/odt/odt/tab.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/tab.odt -------------------------------------------------------------------------------- /test/odt/odt/table.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/table.odt -------------------------------------------------------------------------------- /test/odt/odt/tableWithCaption.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/tableWithCaption.odt -------------------------------------------------------------------------------- /test/odt/odt/tableWithContents.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/tableWithContents.odt -------------------------------------------------------------------------------- /test/odt/odt/textMixedStyles.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/textMixedStyles.odt -------------------------------------------------------------------------------- /test/odt/odt/trackedChanges.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/trackedChanges.odt -------------------------------------------------------------------------------- /test/odt/odt/underlined.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/underlined.odt -------------------------------------------------------------------------------- /test/odt/odt/unicode.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/unicode.odt -------------------------------------------------------------------------------- /test/odt/odt/unorderedList.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/unorderedList.odt -------------------------------------------------------------------------------- /test/odt/odt/unorderedListHeader.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/unorderedListHeader.odt -------------------------------------------------------------------------------- /test/odt/odt/variable.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/odt/odt/variable.odt -------------------------------------------------------------------------------- /test/pptx/background-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/background-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/background-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/background-image/templated.pptx -------------------------------------------------------------------------------- /test/pptx/blanks/just-speaker-notes/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/blanks/just-speaker-notes/output.pptx -------------------------------------------------------------------------------- /test/pptx/blanks/just-speaker-notes/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/blanks/just-speaker-notes/templated.pptx -------------------------------------------------------------------------------- /test/pptx/blanks/nbsp-in-body/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/blanks/nbsp-in-body/output.pptx -------------------------------------------------------------------------------- /test/pptx/blanks/nbsp-in-body/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/blanks/nbsp-in-body/templated.pptx -------------------------------------------------------------------------------- /test/pptx/blanks/nbsp-in-heading/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/blanks/nbsp-in-heading/output.pptx -------------------------------------------------------------------------------- /test/pptx/blanks/nbsp-in-heading/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/blanks/nbsp-in-heading/templated.pptx -------------------------------------------------------------------------------- /test/pptx/code-custom/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/code-custom/output.pptx -------------------------------------------------------------------------------- /test/pptx/code-custom/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/code-custom/templated.pptx -------------------------------------------------------------------------------- /test/pptx/code/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/code/output.pptx -------------------------------------------------------------------------------- /test/pptx/code/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/code/templated.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/both-columns/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/both-columns/output.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/both-columns/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/both-columns/templated.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/extra-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/extra-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/extra-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/extra-image/templated.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/extra-text/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/extra-text/output.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/extra-text/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/extra-text/templated.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/non-text-first/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/non-text-first/output.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/non-text-first/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/non-text-first/templated.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/one-column/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/one-column/output.pptx -------------------------------------------------------------------------------- /test/pptx/comparison/one-column/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/comparison/one-column/templated.pptx -------------------------------------------------------------------------------- /test/pptx/content-with-caption/heading-text-image/input.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("a-slide",[],[]) [Str "A",Space,Str "slide"] 2 | ,Para [Str "Some",Space,Str "text",Space,Str "here"] 3 | ,Para [Image ("",[],[]) [Str "Followed",Space,Str "by",Space,Str "a",Space,Str "picture"] ("lalune.jpg","fig:")]] 4 | -------------------------------------------------------------------------------- /test/pptx/content-with-caption/heading-text-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/content-with-caption/heading-text-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/content-with-caption/heading-text-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/content-with-caption/heading-text-image/templated.pptx -------------------------------------------------------------------------------- /test/pptx/content-with-caption/image-text/input.native: -------------------------------------------------------------------------------- 1 | [Para [Image ("",[],[]) [Str "The",Space,Str "picture",Space,Str "first"] ("lalune.jpg","fig:")] 2 | ,Para [Str "Then",Space,Str "some",Space,Str "text",Space,Str "here"]] 3 | -------------------------------------------------------------------------------- /test/pptx/content-with-caption/image-text/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/content-with-caption/image-text/output.pptx -------------------------------------------------------------------------------- /test/pptx/content-with-caption/image-text/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/content-with-caption/image-text/templated.pptx -------------------------------------------------------------------------------- /test/pptx/content-with-caption/text-image/input.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Some",Space,Str "text",Space,Str "here"] 2 | ,Para [Image ("",[],[]) [Str "Followed",Space,Str "by",Space,Str "a",Space,Str "picture"] ("lalune.jpg","fig:")]] 3 | -------------------------------------------------------------------------------- /test/pptx/content-with-caption/text-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/content-with-caption/text-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/content-with-caption/text-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/content-with-caption/text-image/templated.pptx -------------------------------------------------------------------------------- /test/pptx/document-properties-short-desc/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/document-properties-short-desc/output.pptx -------------------------------------------------------------------------------- /test/pptx/document-properties-short-desc/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/document-properties-short-desc/templated.pptx -------------------------------------------------------------------------------- /test/pptx/document-properties/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/document-properties/output.pptx -------------------------------------------------------------------------------- /test/pptx/document-properties/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/document-properties/templated.pptx -------------------------------------------------------------------------------- /test/pptx/endnotes-toc/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/endnotes-toc/output.pptx -------------------------------------------------------------------------------- /test/pptx/endnotes-toc/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/endnotes-toc/templated.pptx -------------------------------------------------------------------------------- /test/pptx/endnotes/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/endnotes/output.pptx -------------------------------------------------------------------------------- /test/pptx/endnotes/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/endnotes/templated.pptx -------------------------------------------------------------------------------- /test/pptx/footer/basic/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/basic/output.pptx -------------------------------------------------------------------------------- /test/pptx/footer/basic/reference.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/basic/reference.pptx -------------------------------------------------------------------------------- /test/pptx/footer/fixed-date/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/fixed-date/output.pptx -------------------------------------------------------------------------------- /test/pptx/footer/fixed-date/reference.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/fixed-date/reference.pptx -------------------------------------------------------------------------------- /test/pptx/footer/higher-slide-number/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/higher-slide-number/output.pptx -------------------------------------------------------------------------------- /test/pptx/footer/higher-slide-number/reference.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/higher-slide-number/reference.pptx -------------------------------------------------------------------------------- /test/pptx/footer/no-title-slide/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/no-title-slide/output.pptx -------------------------------------------------------------------------------- /test/pptx/footer/no-title-slide/reference.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/footer/no-title-slide/reference.pptx -------------------------------------------------------------------------------- /test/pptx/images/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/images/output.pptx -------------------------------------------------------------------------------- /test/pptx/images/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/images/templated.pptx -------------------------------------------------------------------------------- /test/pptx/incremental-lists/with-flag/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/incremental-lists/with-flag/output.pptx -------------------------------------------------------------------------------- /test/pptx/incremental-lists/with-flag/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/incremental-lists/with-flag/templated.pptx -------------------------------------------------------------------------------- /test/pptx/incremental-lists/without-flag/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/incremental-lists/without-flag/output.pptx -------------------------------------------------------------------------------- /test/pptx/incremental-lists/without-flag/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/incremental-lists/without-flag/templated.pptx -------------------------------------------------------------------------------- /test/pptx/inline-formatting/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/inline-formatting/output.pptx -------------------------------------------------------------------------------- /test/pptx/inline-formatting/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/inline-formatting/templated.pptx -------------------------------------------------------------------------------- /test/pptx/layouts/deleted.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/layouts/deleted.pptx -------------------------------------------------------------------------------- /test/pptx/layouts/moved.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/layouts/moved.pptx -------------------------------------------------------------------------------- /test/pptx/list-level/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/list-level/output.pptx -------------------------------------------------------------------------------- /test/pptx/list-level/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/list-level/templated.pptx -------------------------------------------------------------------------------- /test/pptx/lists/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/lists/output.pptx -------------------------------------------------------------------------------- /test/pptx/lists/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/lists/templated.pptx -------------------------------------------------------------------------------- /test/pptx/pauses/without-incremental/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/pauses/without-incremental/output.pptx -------------------------------------------------------------------------------- /test/pptx/pauses/without-incremental/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/pauses/without-incremental/templated.pptx -------------------------------------------------------------------------------- /test/pptx/raw-ooxml/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/raw-ooxml/output.pptx -------------------------------------------------------------------------------- /test/pptx/raw-ooxml/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/raw-ooxml/templated.pptx -------------------------------------------------------------------------------- /test/pptx/reference-deleted-layouts.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/reference-deleted-layouts.pptx -------------------------------------------------------------------------------- /test/pptx/reference-depth.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/reference-depth.pptx -------------------------------------------------------------------------------- /test/pptx/reference-moved-layouts.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/reference-moved-layouts.pptx -------------------------------------------------------------------------------- /test/pptx/remove-empty-slides/input.native: -------------------------------------------------------------------------------- 1 | [Para [Str "Content"] 2 | ,Para [Image ("",[],[]) [] ("lalune.jpg",""),Space,RawInline (Format "html") "<!-- -->"] 3 | ,HorizontalRule 4 | ,HorizontalRule 5 | ,Para [Str "More",Space,Str "content"]] 6 | -------------------------------------------------------------------------------- /test/pptx/remove-empty-slides/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/remove-empty-slides/output.pptx -------------------------------------------------------------------------------- /test/pptx/remove-empty-slides/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/remove-empty-slides/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-breaks-slide-level-1/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-breaks-slide-level-1/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-breaks-slide-level-1/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-breaks-slide-level-1/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-breaks-toc/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-breaks-toc/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-breaks-toc/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-breaks-toc/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-breaks/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-breaks/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-breaks/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-breaks/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-h2-with-table/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h1-h2-with-table/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-h2-with-table/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h1-h2-with-table/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-with-image/input.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("hello",[],[]) [Str "Hello"] 2 | ,Para [Image ("",[],[]) [Str "An",Space,Str "image"] ("lalune.jpg","fig:")]] 3 | -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-with-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h1-with-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-with-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h1-with-image/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-with-table/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h1-with-table/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h1-with-table/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h1-with-table/templated.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h2-with-image/input.native: -------------------------------------------------------------------------------- 1 | [Header 2 ("hello",[],[]) [Str "Hello"] 2 | ,Para [Image ("",[],[]) [Str "An",Space,Str "image"] ("lalune.jpg","fig:")]] 3 | -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h2-with-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h2-with-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/slide-level-0/h2-with-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/slide-level-0/h2-with-image/templated.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes-after-metadata/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes-after-metadata/output.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes-after-metadata/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes-after-metadata/templated.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes-afterheader/input.native: -------------------------------------------------------------------------------- 1 | [Header 1 ("here-is-a-single-header",[],[]) [Str "Here",Space,Str "is",Space,Str "a",Space,Str "single",Space,Str "header"] 2 | ,Div ("",["notes"],[]) 3 | [Para [Str "and",Space,Str "here",Space,Str "are",Space,Str "some",Space,Str "notes"]]] 4 | -------------------------------------------------------------------------------- /test/pptx/speaker-notes-afterheader/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes-afterheader/output.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes-afterheader/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes-afterheader/templated.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes-afterseps/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes-afterseps/output.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes-afterseps/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes-afterseps/templated.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes/output.pptx -------------------------------------------------------------------------------- /test/pptx/speaker-notes/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/speaker-notes/templated.pptx -------------------------------------------------------------------------------- /test/pptx/start-numbering-at/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/start-numbering-at/output.pptx -------------------------------------------------------------------------------- /test/pptx/start-numbering-at/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/start-numbering-at/templated.pptx -------------------------------------------------------------------------------- /test/pptx/tables/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/tables/output.pptx -------------------------------------------------------------------------------- /test/pptx/tables/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/tables/templated.pptx -------------------------------------------------------------------------------- /test/pptx/two-column/all-text/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/two-column/all-text/output.pptx -------------------------------------------------------------------------------- /test/pptx/two-column/all-text/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/two-column/all-text/templated.pptx -------------------------------------------------------------------------------- /test/pptx/two-column/text-and-image/output.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/two-column/text-and-image/output.pptx -------------------------------------------------------------------------------- /test/pptx/two-column/text-and-image/templated.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc/826f487818e6b36ec1e6feeafaa2e9449ce47695/test/pptx/two-column/text-and-image/templated.pptx -------------------------------------------------------------------------------- /test/rtf/accent.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi 2 | { le caf\'e9 o\'f9 on ne fume pas } 3 | } 4 | -------------------------------------------------------------------------------- /test/rtf/bookmark.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi 2 | \pard 3 | {\*\bkmkstart bookmark_1}Bookmark_1{\*\bkmkend bookmark_1} 4 | \par 5 | \pard 6 | {\field{\*\fldinst { HYPERLINK \\l "bookmark_1" }}{\fldrslt{click me}}} 7 | \par 8 | } 9 | -------------------------------------------------------------------------------- /test/rtf/link.native: -------------------------------------------------------------------------------- 1 | Pandoc 2 | Meta { unMeta = fromList [] } 3 | [ Para 4 | [ Link 5 | ( "" , [] , [] ) 6 | [ Str "pandoc" ] 7 | ( "http://pandoc.org" , "" ) 8 | ] 9 | ] 10 | -------------------------------------------------------------------------------- /test/rtf/link.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}} 2 | {\colortbl;\red255\green0\blue0;\red0\green0\blue255;} 3 | \widowctrl\hyphauto 4 | 5 | {\pard \ql \f0 \sa180 \li0 \fi0 {\field{\*\fldinst{HYPERLINK "http://pandoc.org"}}{\fldrslt{pandoc}}} 6 | \par} 7 | } 8 | -------------------------------------------------------------------------------- /test/rtf/unicode.native: -------------------------------------------------------------------------------- 1 | Pandoc 2 | Meta { unMeta = fromList [] } 3 | [ Para [ Str "\8220hi\8221\8216hi\8217\61623\945\228" ] ] 4 | -------------------------------------------------------------------------------- /test/rtf/unicode.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi 2 | \pard 3 | \'93hi\'94 4 | \u8216\'93hi\u8217\'94 5 | \u-3913? 6 | \u945a 7 | {\uc2\u228\'E8a} 8 | \par 9 | } 10 | -------------------------------------------------------------------------------- /test/s5-fragment.html: -------------------------------------------------------------------------------- 1 | <h1 id="first-slide">First slide</h1> 2 | <ul> 3 | <li>first bullet</li> 4 | <li>second bullet</li> 5 | </ul> 6 | <h1 id="math">Math</h1> 7 | <ul> 8 | <li><span class="math inline">$\frac{d}{dx}f(x)=\lim_{h\to 9 | 0}\frac{f(x+h)-f(x)}{h}
lt;/span></li>
10 | </ul>
11 | 


--------------------------------------------------------------------------------
/tools/.editorconfig:
--------------------------------------------------------------------------------
1 | [*.py]
2 | indent_size = 4
3 | 


--------------------------------------------------------------------------------
/tools/build-and-upload-api-docs.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | set -e
3 | 
4 | dir=$(mktemp -d dist-docs.XXXXXX)
5 | trap 'rm -r "$dir"' EXIT
6 | 
7 | cabal v2-haddock --builddir="$dir" --haddock-for-hackage
8 | cabal upload -d --publish $dir/*-docs.tar.gz
9 | 


--------------------------------------------------------------------------------
/tools/changes_template.html:
--------------------------------------------------------------------------------
1 | <details>
2 |   <summary>Click to expand changelog</summary>
3 | 
4 | $body$
5 | 
6 | </details>
7 | 


--------------------------------------------------------------------------------
/weeder.toml:
--------------------------------------------------------------------------------
1 | roots = [ "^Main.main
quot;, "^Paths_.*
quot; ]
2 | type-class-roots = true
3 | 


--------------------------------------------------------------------------------