Simple script to sort Markdown lists

126 · Evan Hahn · May 30, 2025, 3:32 p.m.
Summary
This post introduces a Deno script to sort Markdown lists correctly, addressing common issues with existing text editors. The script takes into account Markdown formatting, though it has some limitations regarding multiline entries and locale handling. It's a practical contribution for developers dealing with Markdown in their projects.