wiki-tests.txt

来自「一款基于web的项目管理、bug跟踪系统。提供了与svn集成的操作界面、问题跟踪」· 文本 代码 · 共 128 行

TXT
128
字号
============================================================        Font styles============================== Bold + italic markupThis should be '''''bold and italic'''''------------------------------<p>This should be <strong><i>bold and italic</i></strong></p>------------------------------============================== Consecutive bold + italic markup'''''one''''', '''''two''''', '''''three''''', '''''four'''''------------------------------<p><strong><i>one</i></strong>, <strong><i>two</i></strong>, <strong><i>three</i></strong>, <strong><i>four</i></strong></p>------------------------------============================== Underline + overstrike markup__~~underlineoversrike~~__------------------------------<p><span class="underline"><del>underlineoversrike</del></span></p>------------------------------============================== Problematic markup: overlapping tags__~~overlapping__tags~~------------------------------<p><span class="underline"><del>overlapping</del></span><del>tags</del></p>------------------------------============================== Problematic markup: out of order close tags__~~outoforderclosetags__~~------------------------------<p><span class="underline"><del>outoforderclosetags</del></span><del></del></p>------------------------------============================== Problematic markup: bold + missing close italic'''''bolditalic''' # Open italic should be closed before paragraph end------------------------------<p><strong><i>bolditalic</i></strong><i> # Open italic should be closed before paragraph end</i></p>------------------------------============================== Italic immediately followed by bold markup''italic'''''bold'''------------------------------<p><i>italic</i><strong>bold</strong></p>------------------------------============================== Bold immediately followed by italic markup'''bold'''''italic''------------------------------<p><strong>bold</strong><i>italic</i></p>------------------------------============================== Multiline bold italic markup'''''bolditalicmultiline'''''------------------------------<p><strong><i>bolditalicmultiline</i></strong></p>------------------------------============================== Problematic multiline bold italic markup'''''bolditalicmultilinewithout endtags------------------------------<p><strong><i>bolditalicmultilinewithout endtags</i></strong></p>------------------------------============================== Super and subscript markup^superscript^, ,,subscript,,, normal.------------------------------<p><sup>superscript</sup>, <sub>subscript</sub>, normal.</p>------------------------------<sup>superscript</sup>, <sub>subscript</sub>, normal.============================== Escaping markup!'''''foobar!''''' x!''foo!'' x!'''bar!''' x!__foo!__ x!~~bar!~~ x!,,boo!,, x!^baz!^ x------------------------------<p>'''''foobar''''' x''foo'' x'''bar''' x__foo__ x~~bar~~ x,,boo,, x^baz^ x</p>------------------------------============================== Complex mixed verbatim markup{{{verbatim}}}{{{{{{in `block`}}}`{{{this is verbatim}}}` and {{{`that` should also `be` verbatim}}}------------------------------<p><tt>verbatim</tt></p><pre class="wiki">{{{in `block`</pre><p><tt>{{{this is verbatim}}}</tt> and <tt>`that` should also `be` verbatim</tt></p>------------------------------<tt>verbatim</tt> [鈥

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?