spoiler → s

This commit is contained in:
noface 2013-06-05 00:27:43 +02:00
parent eeb5d974dd
commit dbdb8db61c

View File

@ -163,9 +163,9 @@ Get =
when '[/b]'
'</b>'
when '[spoiler]'
'<span class=spoiler>'
'<s>'
when '[/spoiler]'
'</span>'
'</s>'
when '[code]'
'<pre class=prettyprint>'
when '[/code]'