mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
* 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.
16 lines
216 B
Text
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";
|
|
|