blocks-examples
blocks-examples copied to clipboard
Markdown block breaks for some syntax
MDX is pickier about syntax than GitHub-Flavored Markdown:
note: this is handled in the new Markdown-edit Block, and we might not need to tackle this if we're replacing the old Markdown Preview Block
huh does the new Markdown-edit block use something other than MDX to render pages? I would expect to see the same bug otherwise.
it does! it's just CodeMirror with a bunch of custom plugins and a Markdown parser
whoa! gotta read that code
Not sure if it's the same issue or not, but noted the tables in the examples repo weren't rendering properly in blocks, but were in the normal site.