Questions tagged [tables]
The tables tag has no summary.
29 questions
22
votes
0
answers
208
views
The Stacks Editor leads to users posting table-only answers
(╯‵□′)╯︵
header 1
header 2
cell 1
cell 2
cell 3
cell 4
I have previously noted this as a reponse but here it is a separate question.
Since the Stacks Editor was released to all new answerers we have ...
6
votes
0
answers
91
views
A table with numbers and names trigger "Your post appears to contain code that is not properly formatted as code." [duplicate]
I tried posting an algorithm question containing no code what so ever, but with some tables to illustrate the problem. The tables looked like this:
1
2
3
4
5
6
7
8
9
10
11
12
Abel
Alex
Amir
Aria
Axel
...
-16
votes
1
answer
238
views
Error message "Your post appears to contain code that is not properly formatted as code." on table with empty cells
I want to post a question but there is no code!
I always get this error message and can't post it.
Finally I marked all text as code but this did not solve the problem.
Question:
MySQL Find ...
3
votes
1
answer
64
views
Table containing array/list errors as "code that is not properly formatted as code"
Summary
The following table fails formatting checks when I attempt to include it in a Stack Overflow answer. I am not sure how to format this table to avoid an error from Stack Overflow.
Expected ...
2
votes
0
answers
69
views
Question Preview does not match how the question looks on site when asked [duplicate]
This is with regards to this specific question.
On site it looks like this -
But in the edit preview it looks like this -
There is a distinct mismatch between what is shown as a preview and what is ...
3
votes
0
answers
71
views
Markdown table works in preview but not when I post the content [duplicate]
I wrote a question using a Markdown table without an empty line between the previous paragraph and the table. It showed correctly in the preview and when I clicked "Review your question", ...
11
votes
0
answers
130
views
Broken table in "Ask like a human: Implementing semantic search on Stack Overflow" blog post
In the blog post titled Ask like a human: Implementing semantic search on Stack Overflow, there is ... this:
Not sure what that was intended to be, but that's not easy to read. Can that be cleaned up ...
8
votes
0
answers
173
views
"Code not properly formatted as code" when attempting to blockquote a table
In a recent answer, I was attempting to cite a specific line in a table from the official documentation. Due to its formatting, I thought it would be better to format the quoted section as a table. ...
4
votes
0
answers
164
views
Stack Overflow will not allow me to post this table (code not formatted as code error) [duplicate]
When I post the following table into an answer on Stack Overflow, it gives me the "Your post appears to contain code that is not properly formatted as code. " error.
I was able to circumvent ...
13
votes
1
answer
150
views
Add Table Generator link as part of the help for writing question/answer for creating tables using markdown
I found Table Generator a very helpful tool for generating tables in markdown format. Stack Overflow Help for tables provides some links, but none of them help the user for generating the table. Doing ...
8
votes
0
answers
131
views
Table rendering currently broken in Stack Overflow previews
Currently, when I add a table to a question or answer in Stack Overflow, it is not being rendered properly in previews. It appears to currently work on other sites in the Stack Exchange network, as ...
43
votes
7
answers
2k
views
When to use code-formatted tables or Markdown-formatted tables
Given a code-formatted table:
+------+------+
| id | name |
+------+------+
| 1 | Paul |
| 2 | Nash |
| 3 | Anne |
| 4 | Lily |
+------+------+
and its corresponding Markdown-formatted ...
4
votes
0
answers
50
views
Table shows well on editing window but turns into text when posted [duplicate]
I just wrote a post over here about SQL (yes, it is a basic question - I know very little about SQL). And while the preview/editing screen correctly shows the table, it disappears when actually ...
1
vote
0
answers
52
views
Table formatted correctly in preview, but not when question is posted [duplicate]
There appears to be a slight inconsistency in the rendering of tables in Markdown. If a table isn't preceded by an empty line, then the table is rendered properly in the draft editor, but not when the ...
1
vote
0
answers
79
views
Embedded table is not showing correctly in question [duplicate]
I am trying to added a couple of embedded tables in this question using Stack Overflow's suggested format.
When I or another user open the edit window, the table presents correctly in the question ...