ultimatepp/reference/MarkdownViewer/MarkdownViewer.upp
İsmail Yılmaz aa31f3e84a
reference: Added markdown example (with image support). (#212)
* reference: Added markdown example (with image support).

* Reference/MarkdownViewer: Unnecessary SSL package removed.

* reference/MarkdownViewer: Unnecessary build flag removed, menu functions restructured.

* reference/MarkdownViewer: A default markdown example file (with image) added.
2024-10-30 20:12:53 +01:00

16 lines
216 B
Text

description "A simple markdown viewer with image displaying capability.\377";
uses
CtrlLib,
Painter,
plugin/jpg,
plugin/md;
file
main.cpp,
Resources readonly separator,
example.md;
mainconfig
"" = "GUI";