DecksMD 2.8.5
Released 24 July 2026
Decks 2.8.5 — table parsing fixes and deck-list actions
This release fixes how tables and code blocks are turned into cards, and adds two actions to the deck options menu.
Fixed: a table mixed with other text stays in one card
When a heading holds a table and other text — a paragraph, a list, anything — it now becomes a single card with the table kept in the answer. Before, the table was split into one card per row and the surrounding text was dropped. A table still turns into one card per row only when its heading contains nothing but the table.
Fixed: headings and tables inside code blocks are left alone
A ## heading or a | … | table inside a fenced code block is no longer parsed into cards. The code block stays part of the card's content, exactly as it reads in your note.
Open a deck's source file from its menu
The deck options (⋮) menu on a file deck has a new "Open source file" action that opens the deck's note — markdown or canvas — in a tab.
Cram in the review pop-up
The deck list opened by the "Open review modal" command now offers Cram / Resume cram in the deck options menu, matching the Decks sidebar.
Also on GitHub.