An mdformat plugin for ensuring that wiki-style links ([[Target|Alias]]
)
are preserved during formatting.
Source:
This is a [[link]].
With the plugin:
This is a [[link]].
Without the plugin:
This is a \[\[link\]\].
After installing mdformat,
# With pip
pip install mdformat-wikilink
# With pipx
pipx inject mdformat mdformat-wikilink