Tagged Questions
31
votes
8answers
536 views
Formatting of inline code is ugly and can result in river-like patterns when used frequently
This has bothered me for a while... Ever since the bulky padding and gray background were added to <code> elements, really. But I kept hoping I would get used to it...
...I didn't. It's ugly, ...
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">
...
11
votes
4answers
3k views
Add syntax highlighting and line breaks to comment formatting
Hello
I would like to see changes in the comment section. Presently, we cannot start a new line. Everything gets posted in one line. Even the code looks horrible.
Also, to color the code in ...