tmr232 / mdformat-wikilink

Add wiki-style link support to mdformat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Add wiki-style link support to mdformat.

License:MIT License


Languages

Language:Python 100.0%