Drafts has stopped formatting tables for me. This text has formatted as a table when viewed in Preview in the past:
Date
Show
Episode
Time
Length
07/03/2022
A Word
test
1
31:43
It is no longer interpreted as a table in Markdown, MultiMarkdown or GitHub Markdown. Has something changed? Do I need to do something different to create a table in Markdown?
That content is rendering as a table in previews for me. Have you made any changes to the options in Settings > Markdown recently? There are options in there (like “Markdown Compatibility Mode” for MultiMarkdown) that would disable table extensions.
Just pasted that table example in and did a preview and a print, and it is working fine here using either MultiMarkdown (settings as shown), or GitHub as my rendering preferences in both preview and print output.
I have a 2020 iMac and a 2015 MacBook Pro. The behavior is the same on both machines. It’s something about my config, but not sure yet.
I appreciate the validation that he markdown text is formatted properly.
The only thing that has changed recently is that I got an Apple Extended TouchID keyboard (even though the TouchID doesn’t work on my Intel iMac). I kept inadvertently switching the keyboard input to Unicode Hex Input until I figured out how to turn it off.
That could definitely do it. Try running the “Zap Gremlins” command in BBEdit’s “Text” menu on it and clean up bad characters, then try again.
I have the same problem but have solved it. In the second line |—|—|, those short isolated “-” have been transformed into a long continuous “——”, which makes the syntax unrecognized by the render engine. Change back into the —, it would be fine.