code tags not working?
This is about the forum rather than MuseScore.
When i tried to use the code tags to spell out a proposed XML tag, the proposed XML tags were disappeared as if they had not been enclosed in code tags.
Attachment | Size |
---|---|
codetags.JPG | 103.67 KB |
Comments
Code tags have always gotten stripped out. You could always use another set of characters besides the less-than and greater-than.
In reply to Code tags have always gotten by schepers
Or simply use > for > and < for < (and & for &, if you need it).
Example:
<TuningOffset>1.0</TuningOffset>
with input:
<code><TuningOffset>1.0</TuningOffset></code>
Ciao,
ABL
In reply to Or simply use > for > and by ABL
Or use the syntax highlighter
{syntaxhighlighter brush:xml}
1.0
{/syntaxhighlighter}
[opencurlybrace]syntaxhighlighter brush:xml[closecurlybrace]
...
[opencurlybrace]/syntaxhighlighter[closecurlybrace]
In reply to Or use the syntax by Jojo-Schmitz
FWIW, I've always use "pre" tags:
but I guess that doesn't preserve angle brackets either!