cartertemm / AI-content-describer

NVDA add-on that provides descriptions for controls and images, powered by GPT4
GNU General Public License v2.0
48 stars 24 forks source link

Markdown support #10

Closed mzanm closed 8 months ago

mzanm commented 10 months ago

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.