Tagged: markdown

Editing Markdown in Zed

I’ve been cheating on Neovim lately. I’m playing around with Zed (in vim mode, naturally). Zed’s default settings allow Markdown editing just fine, of course. Markdown is just text, after all. I don’t want...

Using sed to Update Markdown Headers

I’m in the process of migrating an existing set of markdown documents to an internal Docusaurus blog. The markdown-to-html rendering with Docusaurus has proved decidedly less forgiving than our existing renderer, so I’ve been...