-
|
I noticed that the the | Alpha | Bravo |
| - | - |
| 中文 | Charlie |However, the GitHub docs for tables states:
I was wondering why mdast is using a single dash here and if it were possible to make this option configurable to use 3 dashes? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Nov 24, 2025
Replies: 1 comment 3 replies
-
|
hi! that doc is incorrect, that is not how it works on GH:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it may be they got it from here, they did use this (before?) I think!
Or, from their own spec, that doesn’t really reflect reality either.
anyway, the code here tries to follow how their actual parser works!