0.3.0 • Published 1 year ago

pandoc-lang v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

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-lang

Usage

pandoc --filter pandoc-lang -s -t markdown test.md