Tagged Questions
2
votes
1answer
70 views
Code rendering bug on closing XML literal
There's a small bug on rendering markdown visible in this answer and copied here.The following seems to work just fine:
val schemaXml = <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
...
1
vote
1answer
144 views
Clicking “code” and copy/pasting xml (schema) displays only first line
While writing this post I clicked "code" and cut and pasted XML schema into the question. For some reason, all this then displayed was the first line "<?xml. . .". I fixed this by manually ...