RSSAmplifier

Peter Hoffmann · Sep 20, 2025

Mistune 3 Wikilink Inline Parser

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Mistune 3 has changed its internal structure and extension mechanisms. The Mistune advanced documentation provides several examples of how to create and register inline patterns. After a few iterations, I developed the following solution to render wikilinks: import re from typing import Match from mistune import Markdown from mistune.core import BaseRenderer , InlineState from…

Read on /2025/mistune-3-wikilink-inline-parser.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.