MDEx.Math (MDEx v0.12.0)

Copy Markdown View Source

Inline math span.

Summary

Types

t()

@type t() :: %MDEx.Math{
  display_math: boolean(),
  dollar_math: boolean(),
  literal: String.t(),
  sourcepos: term()
}