I can't get the sourcecode shortcode to work. In the following, taken from the Code panel of a test post, the "sourcecode" section comes up as plain text (wrong), the "kyte.tv" section embeds the video (right), and the "code" section looks right. I got LaTeX embedding to work. What am I doing wrong here? Could you provide me with something to cut and paste into my Code panel that will format code the way it was introduced?
[sourcecode language=’css’]
#button {
font-weight: bold;
border: 2px solid #fff;
}
[/sourcecode]
[kyte.tv 6118]
<code>
#button {
font-weight: bold;
border: 2px solid #fff;
}
</code>