View Source SemanticMarkdown.Inner (semantic_markdown v0.1.0)
SemanticMarkdown.Inner
Contains inner implementation of Markdown parser, including transform
that allows to work on the Earmark
's AST tree directly and transform_text
that takes processed SemanticMarkdown.Type.options_map()
.
Link to this section Summary
Functions
Parse semantically tagged markdown string into the keyword list.
This function requires options to be provided in t:Type.options_map()
format.
Link to this section Functions
@spec transform_text(String.t(), SemanticMarkdown.Type.options_map()) :: SemanticMarkdown.Type.result()
Parse semantically tagged markdown string into the keyword list.
This function requires options to be provided in t:Type.options_map()
format.
@spec transform_text_inner([String.t()], SemanticMarkdown.Type.options_map()) :: SemanticMarkdown.Type.result() | []