MDExNative.Comrak.EscapedTag (MDExNative v0.2.7)

Copy Markdown View Source

Escaped tag.

Summary

Types

t()

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