Skip to content

0.2.0 - 2026-02-26

Choose a tag to compare

@github-actions github-actions released this 26 Feb 01:11

Release Notes

Fixed

  • backlinks panel no longer captured inside indent wrappers when indent mode is on
  • indent-on animation now transitions smoothly: sections are built before the class is added so the browser has a zero-padding baseline to animate from

Changed

  • indentation hierarchy now indents only a heading's content, not the heading itself — heading sits at the parent section's content edge (analogous to a function signature vs its body)

Added

  • playground deep-headings.md document for stress-testing indentation hierarchy across all six heading levels, skipped levels, and alternating depths

Install mdmd 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/schpet/mdmd/releases/download/v0.2.0/mdmd-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install schpet/tap/mdmd

Download mdmd 0.2.0

File Platform Checksum
mdmd-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mdmd-x86_64-apple-darwin.tar.xz Intel macOS checksum
mdmd-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mdmd-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum