Mark Egan-Fuller

Results 6 comments of Mark Egan-Fuller

Cool, thanks for looking into this. I'll leave the issue submission to you as you're better informed of the underlying issues. Thanks,

You need to ensure the table is surrounded by whitespace, just like headers, fenced code blocks and lists. Broken: ``` # Document | abc | def | ghi | |...

Also seeing this with [pymdown-extensions Tabbed Fences](https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#tabbed-fences): ````markdown ```c tab="C" #include int main (int argc, char *argv[]) { int i; for (i=0; i

This seems to be an issue with the underlying parser Kramdown, specifically [this regex](https://github.com/gettalong/kramdown/blob/master/lib/kramdown/parser/gfm.rb#L129) Which will match: ```` ```example one ``` ```` but not ```` ```example fail two ``` ````

This is still an feature that would be nice to see, as anyone who hits a default limit can't adjust the limit. TF example to trigger limit: ```terraform terraform {...