View Source MDEx.Image (MDEx v0.3.0)

An image.

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

Summary

Types

t()

@type t() :: %MDEx.Image{
  nodes: [MDEx.Document.md_node()],
  title: String.t() | nil,
  url: String.t()
}