r2794 vs r2795
......
31903190
31913191
== 나무나무마크구상3 ==
31923192
----
3193
{{{#!if input="\'\'\'강조\'\'\'\'\'기울임\'\'\-\-취소선\-\-\_\_밑줄\_\_\,\,아래\,\,\^\^위\^\^<br>----<br>"
3193
{{{#!if input="\'\'\'강조\'\'\'\'\'기울임\'\'\-\-취소선\-\-\_\_밑줄\_\_\,\,아래\,\,\^\^위\^\^<br>----<br>##주석<br>asdf"
31943194
}}}
31953195
input=@input@
31963196
{{{#!wiki style="display: none"
......
32413241
{{{#!if input = input.substring(0,Open)+'<br><div style="border-top: .0625rem solid #ccc; width: 100%; height:10px; margin: .5em 0"></div><br>'+input.substring(Open+12)
32423242
}}}
32433243
}}}
3244
{{{#!if Open=input.indexOf("<br>##")
3245
}}}{{{#!if Open!=-1
3246
{{{#!if Close=input.substring(Open+4).indexOf("<br>")
3247
}}}{{{#!if Close!=-1
3248
{{{#!if input = input.substring(0,Open)+input.substr(Open+4+Close+4)
3249
}}}}}}
32443250
}}}
3251
}}}
32453252
32463253
output: {{{#!html @input@}}}
32473254
......