mdformat-wikilink

Add wiki-style link support to mdformat.


License
MIT
Install
pip install mdformat-wikilink==0.2.0

Documentation

mdformat-wikilink

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\]\].

Installation

After installing mdformat,

# With pip
pip install mdformat-wikilink

# With pipx
pipx inject mdformat mdformat-wikilink