Questions tagged [markdown]
The markdown tag has no summary.
16 questions
2 votes
2 answers
192 views
Markdown help: escaping intendation in lists for code blocks
Lists are nice Because they help bringing order and readability into a post. They may also be titles Which helps with quickly skimming answers, too. However, The intendation is also needed for ...
12 votes
0 answers
112 views
add support for news/nntp URLs
I was trying to link to a gmane article in that answer, but none of the: [message](news://news.gmane.io:119/[email protected]) [message](nntp://news.gmane.io/gmane.comp.standards.posix....
17 votes
1 answer
246 views
Our site has been migrated to CommonMark
Just a note for people who might not have paid attention to the Meta Stack Exchange posts, but do pay attention to our meta: the migration to using CommonMark for Markdown syntax for our corner of ...
4 votes
5 answers
258 views
4-space indentation never works
Whenever I ask a question, on the right side jumps out a pink block 'How to Format', which tells me 'indent code by 4 spaces'. I tried putting four spaces before my code, but it never makes any ...
0 votes
1 answer
166 views
Markdown images using html img src
The Markdown help text says that it's possible to embed images using an HTML <img src="..."> construct. The definitive guide (search for img) also seems imply that percentages are permitted. ...
0 votes
1 answer
34 views
embedding gists from github in stackexchange.com
Is there a way to embed the code put up on gist.github.com in either the question or the answer instead of repeating the same thing here ?
4 votes
1 answer
68 views
How to get the * (asterisk) to show in <kbd> mode if used twice
I tried to improve on an edit that should show <kbd>Ctrl</kbd>+<kbd>*</kbd> or <kbd>Alt</kbd>+<kbd>*</kbd> in the text. However this comes out as ...
0 votes
1 answer
60 views
Help to markdown editing [closed]
There are wrong examples of usage, and for newbie this can be confusing. Everywhere are: __italic__ or **bold** but that is wrong because result of this is: italic or bold Should be: *italic* or *...
2 votes
1 answer
79 views
How to use backticks at the beginning and the end of inline code blocks?
I need to use backticks at the beginning and the end of an inline code block. I have tried: using multiple backticks using multiple backticks with space character between them using <pre> ...
5 votes
1 answer
109 views
See the source of a post when the edit button is disabled
Recently, I saw a nicely formatted question and wanted to see how it was generated, meaning I want to see the "syntax". But the Edit Button is Disabled and the popup text says "editing not allowed on ...
4 votes
1 answer
66 views
Numbered list followed by code block breaks formatting
Is it possible to display a numbered list that is followed by a code block? It seems that an answer with this structure breaks the formatting applied via Markdown. Here is an example to illustrate ...
2 votes
0 answers
32 views
markdown bug in URLs inside italic (with underscore)
Markdown issues: _http://example.com_ gives http://example.com (italic but no hyperlink) and: _anything http://example.com_ gives: anything http://example.com Hyperlink but with a trailing _ in ...
1 vote
1 answer
45 views
Any way to open images in a larger window?
Is there any way to make images that are included in a Q & A open in a larger view when either clicked on or hovered over? Some times I need to post a larger image than will fit, but I don't want ...
1 vote
1 answer
573 views
markdown problem with single quote (causing highlighting)
I tried to correct an answer and made it worse: https://unix.stackexchange.com/a/78199/32191 The author used â instead of ' (in "don't"). As he was quoting a man page he used both ">" for marking as ...
5 votes
2 answers
514 views
Using Markdown In Comments
I am unable to use markdown in comments. For example, I'm just trying to block out a snippet of code: I tried: 4 Spaces at the begging of each line. one tab at the beginning of each line. pre and ...