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).
34 questions
3 votes
0 answers
97 views
Table incorrectly marked as Incorrectly formatted code
I have a simplistic table I posted on Code Review. Obviously, If it is marked as unformatted code, then I can only post an image here. I will attempt to post it here, and include a meta-screenshot. I ...
24 votes
0 answers
400 views
Fenced code blocks don't close properly at the end of a post
The new feature, GitHub (tilde) code blocks, from Implement ```-style (fenced) Markdown code blocks is a great addition, but there is a small bug which bizarrely only appears on Code Review & Code ...
3 votes
2 answers
148 views
Should complexity formatted as code be updated to use MathJax?
I saw a post that mentions algorithmic complexity and formats such complexity values using inline code spans (e.g. O(n)). Should that post be updated to use MathJax ...
6 votes
1 answer
132 views
Code block is required, but the programming language is purely graphical
Your post appears to contain code that is not properly formatted as code. There is no code in my post, only text and links. Here is a link to my question: Limit Drive Starts with Function Block ...
1 vote
0 answers
50 views
Capitalized i when using ###? [duplicate]
Someone edited my question to change **Some text containing an i** to ### Some text containing an i Which is completely ...
-2 votes
3 answers
183 views
Discouraging gigantic headers in answers?
-~- Your Yearly Airing Of The Grievances -~- A lot of answers follow the template of: Avoid X Description of why X is bad Do Y Description of why Y is good and better than what OP is ...
6 votes
1 answer
116 views
How can I format a code block below a list?
When I want to list a few things and give a code example below each item how can I do it without writing anything between the list item and the code block? Example: List item Code example not ...
18 votes
1 answer
396 views
MathJax breaks my indentation
Seems like there is a bug, that breaks my indentation. See In third code section of Create New C++ Class In first code section of Code Generator Generator multiple times in the code section of https:/...