MDExNative.Comrak.Paragraph (MDExNative v0.2.7)

Copy Markdown View Source

A paragraph that contains nodes.

Spec: https://github.github.com/gfm/#paragraphs

Summary

Types

t()

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