I noticed something weird when doing a post earlier. Some BBCode (or whatever the styling is called) was causing the text inside to become all lowercase. Anyone know if this is a "feature" of the syntax or something else happening? The examples below shows the same text except the first line doesn't end with a semicolon and the last example. The J and S should be uppercase in each case. As you can see when wrapping the text with bold or italics causes the text inside to become all lowercase. I haven't tried other tags though. The real funny thing is, it only seems to apply to the word JavaScript.
JavaScript
JavaScript:
JavaScript:
JavaSc:
I see also that the resulting HTML created for the above looks like,
which is showing an extra bold tag right before the semicolon. That doesn't really shed much light on it though, for me at least.
JavaScript
JavaScript:
JavaScript:
JavaSc:
I see also that the resulting HTML created for the above looks like,
HTML:
<b>JavaScript</b><br>
<b>javascript<b></b>:</b><br>
<i>javascript<b></b>:</i><br>
<b>JavaSc:</b><br>