Table breaks when there is |---|---| in first line #2808
Answered
by
UziTech
magickaito
asked this question in
Q&A
-
When I have a markdown code like this:
I will get wrong output like this: Certainly! Here is a comparison of population between Singapore and Japan: |---|---|
It looks like marked does not recognise the first line: |---|---| Any way to solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
UziTech
May 16, 2023
Replies: 1 comment 1 reply
-
The spec says the second line of a table must be the line with dashes. So that line can't be part of a table. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
magickaito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The spec says the second line of a table must be the line with dashes. So that line can't be part of a table.