#include <QWidget>
Go to the source code of this file.
|
class | MarkdownEditor |
| The MarkdownEditor is a widget that provides editing of raw text and viewing of processed markdown text to html. The widget has a view mode (default and read only) which displays to html converted markdown text like a internet browser and an edit mode that show the raw markdown text, which can be edited. The mode can be toggled with the Edit button. Raw markdown text can be inserted with the the setPlainText() function and retrieved with the toPlainText() function. More...
|
|