Open PythonCoderAS opened 1 year ago
I get why it's done, but it breaks any query that outputs newline characters (\n). MediaWiki treats those like a code block instead of what I expected as a clean new line.
\n
Interesting behavior: It only does this if the newline character is at the end of a line, not the beginning.
Example?
I get why it's done, but it breaks any query that outputs newline characters (
\n
). MediaWiki treats those like a code block instead of what I expected as a clean new line.