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
136 stars 26 forks source link

Error when running pandoc #30

Closed fusion809 closed 8 years ago

fusion809 commented 9 years ago

I have been receiving this error when I run pandoc in Sublime Text 3 (on Windows 7 64 bit, if relevant):

tmlanguage error pandoc

I have installed pandoc 1.13.2 via the MSI windows installer. I have also added the MarkdownEditing package.

tbfisher commented 8 years ago

Pandoc does not support XML as a source format in a generic way.

If you can transform your document using the pandoc command you should be able to configure this plugin to do the same.