MDExNative.Comrak.Emph (MDExNative v0.2.7)

Copy Markdown View Source

Emphasis.

Spec: https://github.github.com/gfm/#emphasis-and-strong-emphasis

Summary

Types

t()

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