Telegex.Marked v0.0.3 Telegex.Marked.Node View Source
Element nodes in Markdown.
Link to this section Summary
Functions
Create a node of type newline wrapped in a list.
Create a node of type newline.
Create a node of type string wrapped in a list.
Create a node of type string.
Link to this section Types
Specs
nodetypes() :: :bold | :italic | :underline | :strikethrough | :link | :inline_code | :code_block | :newline | :string
All node types.