All Questions
5 questions
2
votes
0
answers
52
views
Is there a test of a Github snippet integration on meta? [duplicate]
When reading a hot meta topic, I noticed that a mere link to a line of source code in a Github repository shows up as a preview of that code.
This is what it looks like on the main page:
This is what ...
5
votes
1
answer
312
views
Why does code formatting not work in this question?
I found the following suggested edit in the review queue:
suggested edit, question
The multi-line code was previously formatted using `…` and it is suggested to be replaced with <code>…</...
8
votes
1
answer
185
views
Can't end a code span with backslash in comments [duplicate]
I tried to end a code span with a backslash in a comment. It treated the ` as a literal. I tried to escape the backslash, but that didn't work either and it still treated the ` as a literal. See below ...
17
votes
3
answers
2k
views
Why do backticks not work inside HTML lists?
Often I want to include inline code inside a list:
Why isn’t `this` working ?
Actually, the code block does appear, but when you write the ending </ol> tag, then the formatting disappears.
...
8
votes
1
answer
693
views
Quote Formatting Messing Up/How to Handle Format of Error Logs [duplicate]
I'm fairly confused on how I should be formatting error logs. I've been coming across lots of posts like this one, where people post the errors that they are getting, or what LogCat is throwing at ...