Telegex.Marked v0.0.1 Telegex.Marked View Source

Safe Markdown parser/renderer for Telegram.

Link to this section Summary

Types

The node tree that makes up the document.

Functions

Convert Markdown text to HTML text.

Note: The current options parameter is reserved and has no practical meaning.

Link to this section Types

Specs

document() :: [[Telegex.Marked.Node.t()]]

The node tree that makes up the document.

Link to this section Functions

Link to this function

as_html(markdown, options \\ [])

View Source

Convert Markdown text to HTML text.

Note: The current options parameter is reserved and has no practical meaning.