Skip to main content

Questions tagged [markdown]

Markdown is a lightweight, plain-text, markup language. It is used across the entire Stack Exchange network for post formatting (Questions, answers, wikis, chat).

10 votes
0 answers
101 views

Url protocol should not be required for image links

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
  • 4,378
0 votes
0 answers
39 views

Numbered list indentation shows in edit mode but not in normal mode - when using parentheses (")") [duplicate]

Look at this answer in normal viewing mode: There is no numbered list indentation, so you might think about editing it using a dot, i.e. 1., instead of using a parenthesis i.e. 1), in order to fix ...
Greenonline's user avatar
  • 4,472
45 votes
1 answer
502 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
38 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,677
6 votes
1 answer
132 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: ...
RokeJulianLockhart's user avatar
3 votes
0 answers
68 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
  • 53.7k
4 votes
2 answers
219 views

How can I make a reversed numbered list in a question or answer?

Numbered lists are easy: Item1 Item2 This is how it looks when I'm typing this question: Reversed numbered lists are not that easy: Item2 Item1 This is how it looks when I'm typing this question: ...
Dominique's user avatar
  • 249
-5 votes
1 answer
168 views

HTML tables are unusable [duplicate]

I want to modify https://stackoverflow.com/revisions/56857772/2#:~:text=http%3A%2F%2F%20www.%20example,user%20%40%20example.com Source The following **bold** parts of URLs *may* be case-sensitive, ...
RokeJulianLockhart's user avatar
2 votes
0 answers
79 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,472
1 vote
1 answer
139 views

Bold text conversion doesn't work across paragraph break

When there is a paragraph break between two bold codes (double asterisk), the asterisks are displayed and nothing is bolded.  Is it a bug, or intentional? Possibly related; not duplicate: Markdown ...
WGroleau's user avatar
  • 1,267
3 votes
1 answer
122 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
64 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
  • 14.3k
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
-11 votes
1 answer
213 views

feature request: make numbered list formatting less math unfriendly

As explained in this other post, numbered list formatting can be quite math unfriendly. Would it be possible to use a new numbered list, used on circles, squared or "bracketed" numbers, as ...
Dominique's user avatar
  • 249
-13 votes
3 answers
576 views

What is the best formatting to quote an LLM/ChatGPT question/answer?

Say I want to mention what ChatGPT said. How is the best way to delineate what is the prompt and what is the response?
vaughan's user avatar
  • 122

15 30 50 per page
1
2 3 4 5
119