markdown.inline — Lilush API

←index

← markdown

Overview

Inline element parser using a two-phase opener stack approach. Handles emphasis, strong, inline code, links, images, strikethrough, autolinks, and footnote references per CommonMark and GFM rules.

Functions

NameSignature
newnew(options) -> parser

new(options) -> parser

Create a new inline parser

Accepts an options table with:

Also accepts positional args: new(emit, link_refs, footnote_tracker).