Questions tagged [editing-help]
For questions about the Markdown editing help page, which lists the elements of Markdown syntax which can be used to format posts on Stack Exchange.
72 questions
2 votes
0 answers
65 views
Add a warning about the inaccessibility of spoilers to the editing help
As I pointed out in October 2017, Spoilers are inaccessible to keyboard-only users. That question has two answers suggesting more accessible alternatives, including one that relies on native HTML ...
6 votes
0 answers
128 views
Markdown editing help code example doesn't preserve the spaces
The Markdown editing help page currently leads with this code example: printf("%d\n", 42); /* What was the question again? */ (This quote excludes the four highlighted spaces at the start ...
8 votes
0 answers
620 views
Capitalize the word "markdown" in formatting tips and editing help
When editing a post (old or new editor likewise), there is a button to get formatting tips. The page about tables has the word "markdown" written in lower case: The same issue also appears ...
7 votes
0 answers
105 views
Blockquote description in Markdown help
I think the description of "blockquote" https://cs.stackexchange.com/editing-help#simple-blockquotes is confusing. It doesn't explain what blockquote should be used for and instead says You ...
6 votes
1 answer
74 views
Clickable links on the editing help page redirect to the top of the help page
There are two sections, "Alignment" and "Syntax details", under the "Tables" section on the Markdown Editing Help page. It has the below clickable links: https://meta....
10 votes
1 answer
205 views
On Markdown editing help page, example under Monospace Spans reads: "`https://`If your browser's location bar starts with ,"
I picked this up on Law SE but it seems to be SE-wide: There seems to be something missing between with and the comma in the address text written under the two entries for Monospace Spans: If your ...
4 votes
0 answers
58 views
Unable to translate "markdown in HTML" part of formatting tips
There's an untranslatable sentence in formatting tips while asking a new question: Similar block has translation for post edit editor: Could this sentence please be added for translation DB?
8 votes
0 answers
57 views
Quick fix to clarify markdown help for comments
I'm pretty ashamed to admit how often I mix up the hyperlink markdown when writing a comment, but I see this error often enough throughout the network that I wonder if a small fix could help alleviate ...
1 vote
0 answers
37 views
How can I make helpful edits? [duplicate]
Question is pretty straight forward-- how do I make an edit that is actually helpful? How do I know when a post should be edited?
23 votes
1 answer
142 views
Images section in editing help page contains only "http://" examples
In editing help page, in "Images" section there are few examples with the URL. All the URLs are with the http:// only. When tried those example in the editor we received the "All image ...
6 votes
0 answers
152 views
Extra space in formatting tips for HTML + Markdown
There is an extra space in formatting tips for the text editor: The text inserted as is produces the following: Markdown works * fine* in here. But we're expecting italic style for "fine" ...
4 votes
0 answers
37 views
Empty line missing in example in Advanced Links section on Markdown help page
The example in Advanced Links looks: Here's a <span class="bg-black-200">[poorly-named link](http://www.google.com/ "Google")</span>. Never write "[click here][^2]&...
2 votes
0 answers
20 views
Markdown editing help page needs an update [duplicate]
The Markdown Editing Help page shows this for the Basic Links: There are three ways to write links. Each is easier to read than the last: [Google](http://www.google.com/)Here's an inline link to . [...
18 votes
1 answer
224 views
Markdown help page is broken (badly presented/formatted) on every site
In the Markdown help I see: Is that what the help is supposed to say and look like? Because it doesn't make sense to me. As animuson points out in a comment, all of the highlighted example text is ...
6 votes
0 answers
94 views
Formatting help needs to show how to do keyboard key markdown
Related to: How can I format as keyboard keys? The markdown editing help page, here for example: https://superuser.com/editing-help , does not include this example.