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

Link to this function

transform_text(text, opts)

View Source

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 function

transform_text_inner(list, opts)

View Source
@spec transform_text_inner([String.t()], SemanticMarkdown.Type.options_map()) ::
  SemanticMarkdown.Type.result() | []