0
votes
1answer
74 views

how to post html in a comment [duplicate]

Possible Duplicate: How to use formatting in comments? How do I post html/css/javascript in a comment so that it's formatted nicely and has a gray background? I'm trying to reply to a user ...
3
votes
1answer
67 views

<del> in code block

Is there any way to use <del> inside a formatted code block, or around the whole code block? I would like to emphesize that that code snippet is NOT the way to go, or use the traditional instead ...
2
votes
3answers
184 views

Is it OK to use HTML formatting in all my posts rather than Markdown?

Pretty much as the title says. Is there a reason I should favor Markdown over HTML in posts to Stack Exchange sites? EDIT: The only advantage of Markdown in comments is that less characters are used. ...
6
votes
2answers
148 views

Incomplete pages when browsing questions and answers in my profile

I'm seeing this happen quite a lot recently across three entirely different internet connections: The url is: ...
6
votes
1answer
88 views

Unclosed `<del>` tag in edit history when removing del'ed text

I noticed yesterday that the edit history contains unclosed tags if a <del> tag is removed from it. See revision 5 of this question's edit history to see what I'm talking about. (Screenshot ...
20
votes
3answers
1k views

Better style for HTML 'definition list' <dl> elements

Among allowed HTML tags there are tags which together form 'definition list', namely <dl> (definition list), <dt> (definition term), and <dd> (definition description) elements. They ...
5
votes
3answers
221 views

Why can't we have simple HTML in comments?

Why can't we have simple HTML in comments; or at least newlines and tabs? I think it would be good if we had such functionality.