Mq.InputFormat (mq_elixir v0.1.17)

View Source

Input format constants for mq queries.

Available Formats

  • :markdown - Standard Markdown (default)
  • :mdx - Markdown with JSX
  • :html - HTML content
  • :text - Plain text (line-by-line processing)
  • :raw - Raw string input
  • :null - Null/empty input

Summary

Functions

List all available input formats.

Validate an input format.

Types

t()

@type t() :: :markdown | :mdx | :html | :text | :raw | :null

Functions

all()

@spec all() :: [t(), ...]

List all available input formats.

valid?(format)

@spec valid?(atom()) :: boolean()

Validate an input format.