This Pull Request adds support for markdown. It does not use the approach I stated in the issue do to upgrading markdown would be ddifficult, but rather adds the necessary external modules to the path attribute of each module to make the markdown module importable.
the following modules have been added:
_markupbase
html.parser
xml.etree
markdown 3.4.4, as it's the last version that supports Python 3.7.
After markdown is imported, the additional path entry is removed for cleanup.
The label of the option to open results in a browsable window in the settings panel has been changed to note that markdown will be rendered if possible.
Fixes #4
This Pull Request adds support for markdown. It does not use the approach I stated in the issue do to upgrading markdown would be ddifficult, but rather adds the necessary external modules to the path attribute of each module to make the markdown module importable. the following modules have been added:
After markdown is imported, the additional path entry is removed for cleanup. The label of the option to open results in a browsable window in the settings panel has been changed to note that markdown will be rendered if possible.