
(Qt Widgets)
QMarkdownTextEdit is a Qt C++ QTextEdit widget with markdown support and some other goodies. ## Features - markdown highlighting - clickable links with `Ctrl + Click` - block indent with `Tab` and `Shift + Tab` - duplicate text with `Ctrl + Alt + Down` - searching of text with `Ctrl + F` - jump between search results with `Up` and `Down` - close search field with `Escape` - replacing of text with `Ctrl + R` - you can also replace text with regular expressions or whole words
[read more]