pandoc-lang
v0.3.0
Published
Pandoc filter to detect the language of text
Readme
pandoc-lang
Pandoc filter to automatically detect the language of text, and adjust the lang variable in the document metadata.
It will also attempt to detect the programming language used for any code blocks that specify highlight as the class name.
Installation
npm install -g pandoc-langUsage
pandoc --filter pandoc-lang -s -t markdown test.md