I’ve been busy improving Apex with some great new features and fixes. CSV tables, aria labels, and more. Here are the highlights from the latest release. Better Accessibility with ARIA Support Improved Plugin Installation Homebrew Installation Made Easy Script Injection and CSS Embedding Multi-file Document Modes Table Improvements Table header columns Inline CSV/TSV Tables Table…
I’ve added so much new stuff to my universal Markdown processor, Apex, that it’s hard to count. It’s developing quickly! In case you missed the announcement, Apex is my latest project — a command line tool and C library that combines the best of various Markdown tools, supporting syntax from CommonMark, GitHub Flavored Markdown, MultiMarkdown,…
There’s a new version of Marked 2 out (available on all channels) that adds some important fixes and a couple of new features. Streaming Preview First off, I fixed the Streaming Preview for everybody. Every time I fixed it to work with The Archive, I broke it for Drafts, and so on. I’m certain I’ve…
The latest version of mdless, my most recent coding obsession, now includes MultiMarkdown document transclusion. File transclusion is the ability to tell MultiMarkdown to insert the contents of another file inside the current file being processed. You can include a document by inserting a relative path between two pairs of curly brackets: {{myfile.md}} The path…