Skip to main content

All Questions

Tagged with or
3 votes
0 answers
98 views

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 ...
ToAskOrNotToAsk's user avatar
3 votes
1 answer
99 views

I encountered this bug a few minutes ago, and decided to bring it up here. It happens when both asking and answering a question. Steps to reproduce 1. Create bulleted list with a couple/few items. I ...
Ben A's user avatar
  • 10.8k
24 votes
0 answers
400 views

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 ...
Dave's user avatar
  • 221
8 votes
2 answers
145 views

The format that I know for question bodies is: Intro, often explaining where the problem originated. A problem statement explaining what the code is supposed to do. Perhaps a little more ...
mdfst13's user avatar
  • 22.4k
3 votes
2 answers
148 views

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 ...
Sᴀᴍ Onᴇᴌᴀ's user avatar
9 votes
0 answers
113 views

In an answer, I tried to post the following math: ...
George Koehler's user avatar
6 votes
1 answer
133 views

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 ...
xvk3's user avatar
  • 141
11 votes
2 answers
166 views

First off, this question is related to several other meta posts, but as far as I can tell none of the questions cover it. First a list of similar questions and why they are different: Is it ...
Stewie Griffin's user avatar
1 vote
0 answers
50 views

Someone edited my question to change **Some text containing an i** to ### Some text containing an i Which is completely ...
Kevin Cruijssen's user avatar
3 votes
1 answer
82 views

I commented on a person's question with the following markup: ...you have a single-bit mask that increments using `i <<= 1`, e.g. `for(i = 1; i < 1 << 16; i <<= 1)`... but the ...
Hank D's user avatar
  • 441
-2 votes
3 answers
188 views

-~- 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 ...
Barry's user avatar
  • 18.6k
2 votes
0 answers
38 views

For example, if I have Markdown like: $$ $$ Then both lines should have the same indentation (zero), but they don't. It renders as: $$ $$ I suspect ...
svick's user avatar
  • 24.5k
6 votes
1 answer
120 views

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 ...
t3chb0t's user avatar
  • 44.7k
13 votes
1 answer
192 views

In a recent answer on a recent question there was code written within a spoiler. I edited the post a bit to format the markdown better, but I ended up with something that just looks... horrible... ...
Simon Forsberg's user avatar
18 votes
1 answer
396 views

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:/...
JaDogg's user avatar
  • 4,561

15 30 50 per page