Sorts markdown headings and their nested content alphabetically by heading name, helping users organize notes quickly and reliably.
Sort a markdown file in place:
python quicksort_markdown.py notes.md -o sorted_notes.md
Sort markdown from stdin:
cat notes.md | python quicksort_markdown.py | tee sorted.md
$2.50
共 1 个版本