pelican-plugins / pandoc-reader

Pandoc Reader is a Pelican plugin that processes Markdown content via Pandoc
11 stars 3 forks source link

Add ability to specify location of pandoc executable #19

Closed nandac closed 3 years ago

nandac commented 3 years ago

@justinmayer I would appreciate it if you could review this and create a new release.

I need to rewrite history as a few of the commits have my work email which may give me legal issues. Is there a way I could rewrite the history and push the changes without issues? I tried to do that but found that GitHub reported that the branch could not be merged.

The release notes for this change could be:

Added PANDOC_EXECUTABLE_PATH setting to customize the location of pandoc executable.

nandac commented 3 years ago

Thanks for the review @justinmayer. I have made the suggested changes.

justinmayer commented 3 years ago

Everything looks good. Nice work, Nanda! I added a RELEASE.md file to the relevant branch, so when this PR is merged, a release should be issued automatically. 🎊

nandac commented 3 years ago

Thanks @justinmayer.