Releases: pelican-plugins/pandoc-reader
Releases · pelican-plugins/pandoc-reader
Pandoc Reader 3.0.0
Pandoc Reader 2.1.0
- Using wordcount Lua Filter instead of the markdown-word-count Python package to calculate word count
Pandoc Reader 2.0.0
- Dropping support for Python 3.7
- Removed
PANDOC_DEFAULT_FILES
in favour ofPANDOC_DEFAULTS_FILES
- Upgrade PyYAML and ruamel.yaml to the latest version available
Pandoc Reader 1.2.0
- Deprecating
PANDOC_DEFAULT_FILES
setting in favour ofPANDOC_DEFAULTS_FILES
- Handle defaults files in a manner consistent with Pandoc's handling of these files
Pandoc Reader 1.1.0
Add PANDOC_EXECUTABLE_PATH setting to customize pandoc
executable location
Pandoc Reader 1.0.1
- Raise exception for metadata with leading or trailing whitespace
- Remove citations extension check since Pandoc now enables it by default
Pandoc Reader 1.0.0
- Convert to namespace plugin
- Add support for citations, table of contents generation, and reading time calculation
- Add support for Pandoc default files
- Add support for specifying
citeproc
as a filter