1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
(* This is demo input for wiki. It will be loaded automatically into window on startup *)
let test1 =
"\n\n\
====this is h4\n\n\
# number list el 1\n\
# number list e2 2 //with italic text\n\n\n\
//with italic\n\n\
* bullet list el1 ** with bold text\n\
* bullet list el2 ** with bold // and italic text\n\n\
<<youtube 1XNTjVScm_8>>\n\n\
[[http://ya.ru|Link to Yandex]]\n\n\
[[http://google.com]]\n\n\
{{http://icons-search.com/img/yellowicon/firefox_win.zip/Firefox_Thunderbird_Win-icons-Firefox.ico-128x128.png|mail \
icon}}\n\n\
{{{\n\
== [[Nowiki]]:\n\
//**don't** format//\n\
}}}\n\n\n"
|