Closed wooorm closed 3 years ago
GFM tables are pretty straightforward:
| foo | bar | | --- | --- | | baz | bim |
But there are some caveats.
Exhibit A (no pipes):
abc :-
Also a table 🤷♂️
Exhibit B (escaping in inline code):
| f\|oo | | ------ | | b `\|` az | | b **\|** im |
\|
Escapes cannot be used in CM inline code, or in GFM inline code, but they can apparently be used in inline code in table cells in GFM 🤷♂️
https://github.com/micromark/micromark-extension-gfm-table
GFM tables are pretty straightforward:
But there are some caveats.
Exhibit A (no pipes):
abc :-
Also a table 🤷♂️
Exhibit B (escaping in inline code):
\|
azEscapes cannot be used in CM inline code, or in GFM inline code, but they can apparently be used in inline code in table cells in GFM 🤷♂️