Skip to main content

All Questions

Tagged with
2 votes
1 answer
64 views

Rendering bug for MarkDown table [duplicate]

I found out that a table with a "title" that rendered correctly in MarkDown during editing in the preview doesn't render correctly during rendering once posted. Title This | is ----|----- a |...
Maarten Bodewes's user avatar
10 votes
1 answer
160 views

Code block usability issues in Stacks Editor

Some issues with the new Stacks Editor's code block usage: Had to make it a GIF to upload here but the video is supposed to stop when I press the discard button and click the off-screen confirm box. ...
user5127's user avatar
  • 189
1 vote
0 answers
223 views

Should we fix the exploitable bugs in how Markdown is rendered in comments? [duplicate]

By using strategically placed Unicode characters, such as U+202E "Left-to-right override", the structure of comments can be distorted in every which way. For example, one can make themselves ...
security_paranoid's user avatar
14 votes
0 answers
79 views

Multi-paragraph spoiler blocks (still) don’t work properly

Blockquotes and spoilers have almost the same syntax: a blockquote where every line starts with an exclamation mark is a spoiler. In order to blockquote multiple paragraphs correctly, you simply add ...
Janus Bahs Jacquet's user avatar
5 votes
0 answers
90 views

Indented Stack Snippets don’t render well

This Markdown: - foo if (Math.random() < 0.5) { console.log("hello, world!"); } else { console.log("goodbye, cruel world!"); } Renders as: foo > > if (...
user3840170's user avatar
  • 4,571
12 votes
0 answers
327 views

Protocol-relative URLs to embedded images are incorrectly being blocked

It is possible to write links without specifying the protocol, in this manner: [This is a reference-style link][some-link] [This is an inline-style link](//stackexchange.com) [some-link]: //...
Robotnik's user avatar
  • 5,084
45 votes
1 answer
533 views

Markdown code for tags in older posts is rendered as text

We were able to add tags in a post using a special syntax, like this [tag:example]. For older posts, they don't appear as tags anymore. Instead they are rendered as hypertext links. This bug is "...
pinckerman's user avatar
1 vote
0 answers
46 views

Cannot paste into SE code blocks when Editing, breaks text editor and Markdown preview

There seems to be something wrong with the text editor when editing code inside ``` code blocks. I've noticed this when editing questions. Copy code from my IDE Edit a question Highlight all of the ...
pkamb's user avatar
  • 4,930
6 votes
1 answer
146 views

Incorrect rendering in all but answer list

If I visit https://android.stackexchange.com/a/205140/311449, the lists are how I expect them to be - correctly indented: However, that same source code's rendering shall break, should I: Encapsulate ...
RokeJulianLockhart's user avatar
3 votes
0 answers
69 views

Too low baseline with italics in comments

I noticed that some of the italicized words in comments are too low, on at least one site. See I pronounce question as kweshtin. Is my pronunciation wrong? and also the following screenshot: Comment ...
Laurel's user avatar
  • 58.9k
2 votes
0 answers
125 views

Escaping a backtick with a backslash in backtick-delimited inline code seems to be broken

In the comments, you can use `\`` to escape a (code formatted) backtick, like so: resulting in However, in question (and answer) posts, it doesn't work. It ends up looking like three backticks: ```. ...
Greenonline's user avatar
  • 4,506
3 votes
1 answer
126 views

Post formatting is not accurate for numbered lists of code blocks. Is this a bug?

Compare the way this list looks in the post versus the screenshot of the preview: text: 1. { label: `Baz ${x ? n1 : n2}`, kind: "B", } satisfies B, 1. { label: `Baz ${x ? n1 : n2}` ...
Daniel Kaplan's user avatar
6 votes
0 answers
66 views

Inline code in blog contains raw markdown (backticks) instead of proper inline code

In the recent blog post on Rust & the White House, there's some unescaped Markdown: (and Rust will let you explicitly mark code `unsafe`) But suppose you can’t rewrite your entire C or C++ ...
cocomac's user avatar
  • 18.2k
3 votes
0 answers
59 views

Code formatting sometimes overflows to the right column

Here is an example in this now-deleted question: Copy-pasting the problematic line here: SELECT enterpriseid, lastUpdated, oldrecords,case when array_size(newrecords)>0 then ...
Franck Dernoncourt's user avatar
2 votes
0 answers
106 views

Markdown for links in comments sometimes breaks with angle brackets and nested square brackets

The following markdown: [[example].com](https://www.example.com) (<https://www.example.com/abc>) Produces this in a post: [example].com (https://www.example.com/abc) But this in a comment: [[...
Artyer's user avatar
  • 137

15 30 50 per page
1
2 3 4 5
53