Improved markdown support:

* Correctly displays inline code blocks with syntax highlighting turned on
as well as markdown at the same time
* Adds a context menu item for toggling markdown on and off which also
which essentially turns on/off all text processing
* Uses QTextDocument::MarkdownNoHTML to handle markdown in QTextDocument
which allows display of html tags like normal, but unfortunately does not
allow display of markdown tables as markdown

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-06-28 11:10:20 -04:00
committed by AT
parent d92252cab1
commit 6f52f602ef
4 changed files with 161 additions and 48 deletions

File diff suppressed because it is too large Load Diff