Can bssg generate tables from markdown #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am using markdown.pl when i add a markdown table is rendered as a paragraph
<p>| Date | Title | Rating 1-5 * | |------------|--------------------------|--------------| | 2925-09-06 | The Thursday Murder Club | *** | | 2925-05-06 | Let Him Go | *** | | 2025-02-07 | Back in Action | ** | | 2025-01-26 | Mulholland Drive | ** | | 2025-01-11 | Dune 2 | *** | | 2024-12-25 | Red One | **** |</p>IIRC, that's specific to the markdown renderer. The default renderer (CommonMark) does not support tables.
https://commonmark.org/help/
I haven't looked into the other renderer options (sorry, on my phone) but one of them might.
Edit/redraft: sorry, I read your message again and you specified using markdown.pl.
Changing the markdown renderer to pandoc will generate a table.