Improve the look of new version release notes (#12229)

# Description
Adds md4c to parse release notes to HTML

# Screenshots/Recordings/Graphs

<img width="691" height="574" alt="image" src="https://github.com/user-attachments/assets/1ecd9bf4-6e26-4702-880e-c6f585c145ce" />


## Tests

Tested on Windows
This commit is contained in:
Ocraftyone
2026-02-10 00:53:11 -05:00
committed by GitHub
parent abefb0e698
commit 38e67ff090
4 changed files with 47 additions and 42 deletions

View File

@@ -107,6 +107,7 @@ public:
Button* m_button_download;
Button* m_button_cancel;
std::string url_line;
std::string html_source;
};
class SecondaryCheckDialog : public DPIFrame