MDExNative.Comrak.Image (MDExNative v0.2.7)

Copy Markdown View Source

An image.

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

Summary

Types

t()

@type t() :: %MDExNative.Comrak.Image{
  attrs: MDExNative.Comrak.Attributes.t() | nil,
  nodes: [MDExNative.Comrak.ast_node()],
  sourcepos: term(),
  title: String.t() | nil,
  url: String.t()
}