We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3531f commit 3770ef6Copy full SHA for 3770ef6
src/tests/units/bbcode-test.r3
@@ -41,6 +41,10 @@ if find codecs 'BBCode [
41
{[img]1.gif [img]2.gif} {<p><img src="1.gif" alt=""> <img src="2.gif" alt=""></p>}
42
{text [size=tiny]tiny} {<p>text <span style="font-size: xx-small;">tiny</span></p>}
43
{[h1]header[/h1]} {<h1>header</h1>}
44
+ {[h6]header[/h6]} {<h6>header</h6>}
45
+ {[h1]big[h3]smaller[h6]small} {<h1>big<h3>smaller<h6>small</h6></h3></h1>}
46
47
+ {[h2]header2^/^/[h4]header4} {<h2>header2</h2>^/^/<h4>header4</h4>}
48
{[color]ee[/color][color=#F00]red[color=#00FF00]green}
49
{<p>ee<span style="color: #F00;">red<span style="color: #00FF00;">green</span></span></p>}
50
{<a>} {<p><a></p>}
0 commit comments