MDExNative.Comrak.Subtext (MDExNative v0.2.7)

Copy Markdown View Source

Discord-style subtext.

Uses curly braces with hyphens syntax: {-text-}

Summary

Types

t()

@type t() :: %MDExNative.Comrak.Subtext{
  nodes: [MDExNative.Comrak.ast_node()],
  sourcepos: term()
}