Skip to content

Releases: pelican-plugins/pandoc-reader

Pandoc Reader 3.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 04:41
  • Updated version of docutils
  • Pulled in changes from upstream

Pandoc Reader 3.0.0

Choose a tag to compare

@botpub botpub released this 01 Dec 12:56
  • Dropping Support for Python 3.8
  • Updated Markdown Python package

Pandoc Reader 2.1.0

Choose a tag to compare

@botpub botpub released this 23 Nov 05:17

Pandoc Reader 2.0.0

Choose a tag to compare

@botpub botpub released this 12 Aug 08:21
  • Dropping support for Python 3.7
  • Removed PANDOC_DEFAULT_FILES in favour of PANDOC_DEFAULTS_FILES
  • Upgrade PyYAML and ruamel.yaml to the latest version available

Pandoc Reader 1.2.0

Choose a tag to compare

@botpub botpub released this 29 Oct 16:12
  • Deprecating PANDOC_DEFAULT_FILES setting in favour of PANDOC_DEFAULTS_FILES
  • Handle defaults files in a manner consistent with Pandoc's handling of these files

Pandoc Reader 1.1.0

Choose a tag to compare

@botpub botpub released this 16 Feb 06:28

Add PANDOC_EXECUTABLE_PATH setting to customize pandoc executable location

Pandoc Reader 1.0.1

Choose a tag to compare

@botpub botpub released this 05 Feb 15:41
  • 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

Choose a tag to compare

@botpub botpub released this 04 Dec 15:28
  • 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