0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.71k stars 479 forks source link

[Feature request] Markdown HTML syntax support #1018

Open DHasper opened 2 years ago

DHasper commented 2 years ago

Is your feature request related to a problem? Please describe. I'm using the app to work on existing markdown documentation for a project. Some HTML tags are used to be able to place bold text in a code block. However, HTML tags do not get parsed in the preview window, which is a bit annoying.

Describe the solution you'd like HTML support like this.

Additional context Screenshot_48 Preview should look like: Screenshot_49

0x7c13 commented 2 years ago

The markdown renderer Notepads currently uses is pretty basic and I have no plan or time to improve on it. I provided the markdown feature just for convince purposes and I am not actually trying to sell it as a markdown editor either..

TheFlagen430297 commented 1 year ago

If Someone was to add full Markdown support would you accept the Pull Request? Or do you want to keep it a simple MD editor?