13:24:26 <x1101> Oh, that's interesting, that's _not_ the MD table format I'm familiar with. This is the one I've always seen/used 13:24:30 <x1101> https://www.markdownguide.org/extended-syntax/#tables 13:39:44 <x1101> ok, even with this in my conf.py `MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra', 'markdown.extensions.tables']` and following that alternate format, its still not rendering as a table 20:25:11 <ChrisWarrick> x1101: did you try copy-pasting the example exactly? 20:54:19 <x1101> I've got this in my .md file 20:54:23 <x1101> https://pastebin.com/PixGyEQ3 20:54:46 <x1101> my conf.py has this: MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra', 'tables'] 20:54:54 <x1101> and the generated HTML is this 20:55:15 <x1101> https://pastebin.com/cziabfdE 20:55:34 <x1101> (also, thanks for the help, I appreciate it!) 21:36:14 <ChrisWarrick> you’re showing og:description, which has all formatting stripped 21:38:23 <ChrisWarrick> x1101: I took your file, and after removing the space on line 11, I got the expected output