Is there a way to do the following?
This is concerning this new feature.
I have noted that the double brace tag for monospace does not span line breaks.
So the example below would be monospaced:
{{This is monospace}}
But this code example would not:
{{
print "This is not"
print "Sorry . . . "
}}
For multiple lines of mono-spaced text, try the noformat or code tags. If you need markup of mono-spaced text, have the administrator enable html, and use an html block to tag the text as preformatted <pre>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.