tbfisher / sublimetext-Pandoc

A Sublime Text plugin that uses Pandoc to convert text from one markup format into another. Pandoc can convert documents in markdown, reStructuredText, textile, HTML, DocBook, LaTeX, MediaWiki markup, OPML, or Haddock markup to XHTML, HTML5, HTML slide shows using Slidy, reveal.js, Slideous, S5, or DZSlides, Microsoft Word docx, OpenOffice/LibreOffice ODT, OpenDocument XML, EPUB version 2 or 3, FictionBook2, DocBook, GNU TexInfo, Groff man pages, Haddock markup, OPML, LaTeX, ConTeXt, LaTeX Beamer slides, PDF via LaTeX, Markdown, reStructuredText, AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile, or custom writers can be written in lua.
MIT License
137 stars 26 forks source link

Pandoc `--atx-headers` flag deprecated #79

Closed jacobmovingfwd closed 2 years ago

jacobmovingfwd commented 2 years ago

https://pandoc.org/releases.html#pandoc-2.11.2-2020-11-19

  • Default to using ATX (##-style) headings for Markdown output (#6662, Aner Lucero). Previously we used Setext (underlined) headings by default for levels 1–2.
  • Add option --markdown-headings=atx|setext, and deprecate --atx-headers (#6662, Aner Lucero).
  • Support markdown-headings in defaults files.
MPvHarmelen commented 2 years ago

Good catch. If you could make a pull request that fixes the issue, that would be lovely!

jacobmovingfwd commented 2 years ago

I found where the change was, then forgot to come back for the PR yesterday, thanks for the reminder!