View Source MDEx.HtmlBlock (MDEx v0.3.0)

A HTML block.

Spec: https://github.github.com/gfm/#html-blocks

Summary

Types

t()

@type t() :: %MDEx.HtmlBlock{
  block_type: non_neg_integer(),
  literal: String.t(),
  nodes: [MDEx.Document.md_node()]
}