I just thought of a whitespace character that doesn't get caught by the censor, it's the normal space character! It never gets caught by the censor either.
Since Big Font is most appropriately used as a header or otherwise a one-liner, what do you think about using spaces at the end of a line to detect headers and give them a header style?
Simplified for explanation, in regex you might have:
rawText.replace(/^[^\n]+( ){2}$/g,function(headerText){return "[headertag1]"+headerText.slice(0,-3)+"[/headertag1]"})
rawText.replace(/^[^\n]+( ){3}$/g,function(headerText){return "[headertag2]"+headerText.slice(0,-3)+"[/headertag2]"})
Where each headertag represents some mutually exclusive header style.
E: Or possibly put the spaces in a bold tag to not get false positives.
Header styles that currently exist on the RS website:
http://gdriv.es/blasty/i/linkify/header1.png
http://gdriv.es/blasty/i/linkify/header2.png
http://gdriv.es/blasty/i/linkify/header3.png
http://gdriv.es/blasty/i/linkify/header4.png
http://gdriv.es/blasty/i/linkify/header5.png
http://gdriv.es/blasty/i/linkify/header6.png
i
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of
Mine Nation
11-Jul-2014 14:34:27
- Last edited on
11-Jul-2014 15:09:29
by
Blasty