MDExNative.Comrak.Code (MDExNative v0.2.7)

Copy Markdown View Source

Inline code span.

Spec: https://github.github.com/gfm/#code-spans

Summary

Types

t()

@type t() :: %MDExNative.Comrak.Code{
  attrs: MDExNative.Comrak.Attributes.t() | nil,
  literal: String.t(),
  num_backticks: non_neg_integer(),
  sourcepos: term()
}