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).

Filter by
Sorted by
Tagged with
10 votes
1 answer
133 views

If I see a message in chat for example this one: How can I find the Markdown that was used to create it?
VLAZ's user avatar
  • 24.1k
2 votes
0 answers
38 views

When combining lists with quotes (or spoilers), something strange happens. The following Markdown: 1. > This is the first quote. 2. > This is the second quote. produces 1. This is the first ...
Glorfindel's user avatar
  • 270k
0 votes
1 answer
70 views

In bio.SE, I use code blocks to type out genetic code and related things like sequence of numerical position of codons like in this answer. So in this answer, I've added the following code block 123 ...
Shayan's user avatar
  • 211
10 votes
1 answer
146 views

This is Ham Vocke's demo table with aligned columns: | left | center | right | |:---- |:------:| -----:| | One | Two | Three | This is it, rendered: left center right One Two Three In the ...
Michael come lately's user avatar
9 votes
1 answer
181 views

I was just working on a question, when I was adding a note at the bottom: For some reason, this made the formatting break. I only prefer using hr for lines, but I also tested it with ---, and it then ...
Twineee The Dark Wizard's user avatar
1 vote
0 answers
57 views

I attempted to use formatting to highlight a possible spelling error to someone in chat. They'd mispelled stackexchange - so I'd tried to highlight just that word in the full URL as say unix....
Journeyman Geek's user avatar
2 votes
0 answers
73 views

All of these fail to be formatted correctly in Chat: \[*test*\] Expected: [test] Actual: [*test*] [[*test*]](https://en.wiktionary.org/wiki/test) Expected: [test] Actual: [[test]](en.wiktionary.org/...
Arfrever's user avatar
  • 347
6 votes
0 answers
115 views

Occasionally, I have some glitches while using math equations. I am not sure if it's a bug, but I have encountered it on different systems. Whenever I try to write "i < j" in math mode, ...
advocateofnone's user avatar
4 votes
1 answer
98 views

An Example At softwarerecs.stackexchange.com/posts/93650/edit/0ca6aecd-c013-42bb-b9f3-b41c3c60ae33 (note that the appended hash is removable), [`meta.stackexchange.com/q/412232`][2]'s breaks the ...
RokeJulianLockhart's user avatar
7 votes
1 answer
104 views

Suppose I have a section of text in the middle of a spoiler and I want to put some in a code block such that it is surrounded by the spoiler text on both sides: If I try >! something >! <pre&...
micsthepick's user avatar
1 vote
1 answer
74 views

Steps to reproduce: Insert the following text | `\bigg|_1^2` | $\bigg|_1^2$ | | ------ | ----- | | | | Expected behavior: A rendered table with fields \bigg|_1^2 and $\bigg|_1^2$ Actual ...
Филя Усков's user avatar
3 votes
0 answers
81 views

In this question I asked this morning, I have the following reasoning: "The following four things have the following two meanings.", and later on I'd like to refer to those meanings. For ...
Dominique's user avatar
  • 305
13 votes
0 answers
102 views

It seems that very recently (as in, within the last half-hour) chat replies now show a snippet of the message that you're replying to. However, this snippet does not have any of the normal chat-...
bobble's user avatar
  • 19.5k
9 votes
2 answers
150 views

I recently posted a question before realizing it needed some revision. I deleted the post intending to edit and undelete later before learning you cannot edit self-deleted questions. Normally I would ...
Stevoisiak's user avatar
  • 16.9k
2 votes
0 answers
139 views

https://politics.stackexchange.com/a/92848 The preview when editing looks like this: • https://en.wikipedia.org/wiki/Whig_government,_1830–1834 The final post looks like this: • https://en....
OrangeDog's user avatar
  • 4,554
4 votes
1 answer
164 views

When I look at this page 3 point to circle. And get radius in particular the last equation on the page starting "r= ..."; but the whole page is equally affected, when I first view or refresh ...
Buk's user avatar
  • 139
3 votes
1 answer
100 views

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
1 vote
0 answers
78 views

I know shortcodes exist to mention Stack Exchange sites, like [SO] for Stack Overflow, [SF] for Server Fault, or [SU] for Super User. I also know third-level Stack Exchange sites can be mentioned as [...
Ivan Shatsky's user avatar
10 votes
1 answer
216 views

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
3 votes
0 answers
53 views

Disclaimer: I'm more a reader than a contributor on Stackoverflow, so I may have missed something obvious for you all. I've posted this question (about some typescript issue), and added the Typescript ...
Zoddo's user avatar
  • 139
15 votes
0 answers
446 views

It's hard to believe this hasn't been suggested before (I assume it must have been), but my search-fu yielded only one 10-year-old post with little traffic, no accepted answer, and some very nostalgic ...
JDB's user avatar
  • 11.8k
1 vote
0 answers
227 views

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
89 views

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
0 votes
0 answers
50 views

When I enter multiple lines of code and then press 'code sample' or ctrl+k, the method of formatting is that it all automatically gets indented. However, I propose that any multi-line code should ...
Kovy Jacob's user avatar
5 votes
0 answers
105 views

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,787
33 votes
0 answers
252 views

A 2009 feature request to add support for Markdown footnotes was declined in 2014. The reason(s) for declining appear to no longer be valid: We want to avoid creating proprietary additions to ...
Thomas Owens's user avatar
  • 63.1k
2 votes
2 answers
324 views

At least in the editor preview, this doesn't render linebreaks: > foo > bar > baz foo bar baz Screenshot: Is this a problem of my browser? Or something else? On StackEdit it works as ...
fweth's user avatar
  • 169
18 votes
6 answers
556 views

Stack Exchange supports a restricted subset of HTML. In some ways, this is good; but in others, it's a little too restrictive. It would be nice to have the following: Elements <details> / <...
wizzwizz4's user avatar
  • 33.3k
3 votes
0 answers
77 views

As the title says, a single \ in a code block is being rendered as \\\ if preceding a $. This seems to be the same bug reported here, but since it hasn't been fixed, I am asking for a workaround. ...
terdon's user avatar
  • 26.6k
5 votes
3 answers
294 views

There's a related feature request from 2010, but I'm not sure that feature request is necessarily asking for the right thing. Image tags have two attributes - alt text and titles. The alt text is used ...
Thomas Owens's user avatar
  • 63.1k
14 votes
0 answers
396 views

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,387
45 votes
1 answer
553 views

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
54 views

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,958
6 votes
1 answer
168 views

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
74 views

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
  • 60.8k
4 votes
2 answers
429 views

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
  • 305
-3 votes
1 answer
245 views

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
139 views

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,505
1 vote
1 answer
184 views

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,303
18 votes
2 answers
376 views

I am referring to this edit of a question of mine. Basically, all heading markup was removed and some were replaced by bold (**). Despite being just a cosmetic change, I was wondering what the ...
thothal's user avatar
  • 291
3 votes
1 answer
140 views

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
69 views

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
  • 20.9k
3 votes
0 answers
64 views

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
-10 votes
1 answer
227 views

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
  • 305
-13 votes
3 answers
967 views

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
2 votes
0 answers
115 views

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
6 votes
0 answers
75 views

This behavior is relevant to the Stacks Editor (used by default in SO Teams, and as an optional mode here on MSE). How to reproduce: Enter the following text in Markdown (with preview) mode: <sub&...
αλεχολυτ's user avatar
6 votes
0 answers
67 views

Moderator action popup has an option "convert to edit": * text autotranslated to English Original text here is: Answers should be converted to an edit of the question when they represent ...
αλεχολυτ's user avatar
17 votes
1 answer
181 views

If you quote a number & add a full stop after it, the formatting jumps off to the left. > 1234 > 1234. > 123456789. > 1234567891. 1234 1234567891. It seems it keeps moving left ...
Tetsujin's user avatar
  • 7,603
7 votes
1 answer
151 views

Editor note: While there's at least one other applicable tag, I'd like to leave it at four tags to allow for a status-* tag. In this blog post, there's an unusual use of a code block to quote LLM ...
cocomac's user avatar
  • 20.9k

1
2 3 4 5
40