Logs for #nikola for 2022-03-28

13:53:12 <x1101> Hiya folks, I've got a question than I'm not sure _how_ to find the answer to. I'm trying to make a page with a table on it. My back-end files are all markdown and has a wonderful MD table, but its not being compiled down to HTML 
17:20:17 <betabug> not much of a md expert, but maybe there is something like a validator for md?
17:22:32 <ChrisWarrick> x1101: tables in markdown formats tend to be confusing
17:22:49 <ChrisWarrick> x1101: (1) do your tables match this format: https://python-markdown.github.io/extensions/tables/
17:23:10 <ChrisWarrick> x1101: (2) does your MARKDOWN_EXTENSIONS in conf.py specify 'markdown.extensions.extra' or 'markdown.extensions.tables'?