Skip to main content

Module markdown

Module markdown 

Source
Expand description

Extract links and fragments from markdown documents

StructsΒ§

HeadingIdGenerator πŸ”’

FunctionsΒ§

extract_image πŸ”’
Emulate <img src="..."> tag to be compatible with HTML links. We might consider using the actual Markdown LinkType for 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 for Options so 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 Markdown LinkType for better granularity in the future.