mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Allow tutorials to use markdown formatted text
This commit is contained in:
@@ -20,6 +20,11 @@ namespace hex::ui {
|
||||
public:
|
||||
Markdown() = default;
|
||||
Markdown(const std::string &text);
|
||||
Markdown(const Markdown &) = delete;
|
||||
Markdown(Markdown &&other) = default;
|
||||
|
||||
Markdown &operator=(const Markdown &) = delete;
|
||||
Markdown &operator=(Markdown &&other) = default;
|
||||
|
||||
void draw();
|
||||
void reset();
|
||||
|
||||
Reference in New Issue
Block a user