All Questions
Tagged with markdown status-bydesign
104 questions
3
votes
1
answer
214
views
Markdown isn't rendering the <sup> tag correctly
Recently I made an edit to this question in Literature SE. The added part is a link inside a tag:
<sup>
The mot was made by mathematician Poincaré in his essay [The future of mathematics](https:...
2
votes
1
answer
283
views
HTML comments break formatting from that point
I was writing up a signpost support question on our site meta. That post included a link which would need to be updated to another such question once asked. I therefore wanted to include an HTML ...
13
votes
1
answer
133
views
Line after blockquote in spoiler not a spoiler?
When putting a blockquote in a spoiler, the line(s) after the blockquote are not hidden; this does not seem to be the behaviour I would expect? Hovering over the spoiler reveals the hidden text as ...
1
vote
1
answer
114
views
Fenced code markdowns in posts before 2019 doesn't render correctly
This answer on Ask Ubuntu was posted in October 2016. The last revision was made then only and there answerer used fenced code markdown (```) which at that moment wasn't introduced on Stack Exchange. ...
21
votes
1
answer
538
views
Why does the following Markdown (blockquote, code block, #) render the way it does?
Why does the following Markdown:
> ```
# test
render as it does?
<h1>test</h1>
Yes, you see that right: the # is converted even though it's inside a code block. Furthermore, it's ...
2
votes
1
answer
163
views
Markdown in chat fails sometimes for single line messages too
I found many questions similar to chat formatting issues but unfortunately none of them addresses my issue related to chat formatting and I am making it clear that I am not talking about multiline ...
4
votes
1
answer
76
views
Unable to rollback to previous revision
I edited my answer because the information was no longer accurate.
However, after editing I found that the formatting was broken, so I rolled it back to the previous version.
Unfortunately after the ...
2
votes
1
answer
85
views
Bug with rendering <code>`TEST`</code>?
There seems to be a bug with rendering the following snippet.
<code>`TEST`</code>
It is shown as TEST and should be visible with quotes.
Suprisingly the following works fine
<code>...
3
votes
1
answer
106
views
Community Promotion Ads - 2018 example markdown is wrong?
Looking at Community Promotion Ads - 2018 it states:
[![Tagline to show on mouseover][1]][2]
[1]: http://image-url
[2]: http://clickthrough-url
This is actually incorrect. The format should be:
[), the markdown doesn't work. The ...
-3
votes
1
answer
55
views
Why doesn't Markdown render links with [foo](bar) syntax if bar doesn't start with a protocol (http, https, etc.)?
On EL&U Meta, I wrote a comment:
You could ask on Writers, but I don't think you necessarily need to ask on StackExchange at all. This is covered by the general references on rhetorical devices. ...
-1
votes
1
answer
91
views
Plain URL stops hyperlinking at marking characters
When posting an answer, I wrote the following text
Remove that lowercase "m" in https://i.sstatic.net/XXXXX*m*.png
^ ^
And it ended up as
...
1
vote
0
answers
19
views
Tag and link syntax doesn't seem to like each other, they want to be more separated! [duplicate]
This produce a tag, some text and a link:
sometag [some link]1
[tag:sometag] [some link][1]
Adding an space produce a tag and a link
sometag some link
[tag:sometag] [some link][1]
There's one ...
2
votes
0
answers
40
views
Possible Markdown escaping error on iOS
Glancing at an old answer of mine, I noticed that in one of the two code blocks, \\ is converted to \ and the following line break is ignored. In the other, the \\ is not immediately followed by a ...