Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a number of features to pandoc_reader #13

Open
wants to merge 102 commits into
base: master
Choose a base branch
from

Conversation

nandac
Copy link

@nandac nandac commented Apr 16, 2020

The pandoc_reader has been updated to be in line with Pandoc 2.9.2.1. The following features have been added:

  • Added ability to interpret YAML metadata placed at the top of the file (this is mandatory)
  • Added ability to stop Pelican directives like {static}, {attach} and {filename} from being encoded in output.
  • Added error checking for new features above.
  • Fixed unbound local error issue if an empty file is passed to the reader.
  • Code has been brought up to current python standards.
  • Readme has been updated with some extra information

nandac added 30 commits November 1, 2020 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant