Expand description
Extract links and fragments from markdown documents
StructsΒ§
- Heading
IdGenerator π
FunctionsΒ§
- extract_
image π - Emulate
<img src="...">tag to be compatible with HTML links. We might consider using the actual MarkdownLinkTypefor better granularity in the future. - extract_
markdown π - Extract unparsed URL strings from a Markdown string.
- extract_
markdown_ πfragments - Extract fragments/anchors from a Markdown string.
- get_
email_ πspan_ provider - md_
extensions π - Returns the default markdown extensions used by lychee.
Sadly,
|is not const forOptionsso we canβt use a const global. - raw_uri π
- Emulate
<a href="...">tag to be compatible with HTML links. We might consider using the actual MarkdownLinkTypefor better granularity in the future.