HtmlToMarkdown. TextDirection
(html_to_markdown v3.11.4)
Copy Markdown
Text directionality of document content.
Corresponds to the HTML dir attribute and bdi element directionality.
Summary
Functions
Automatic directionality detection
Left-to-right text flow (default for Latin scripts)
Right-to-left text flow (Hebrew, Arabic, Urdu, etc.)
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.
Types
Functions
@spec auto() :: t()
Automatic directionality detection
@spec left_to_right() :: t()
Left-to-right text flow (default for Latin scripts)
@spec right_to_left() :: t()
Right-to-left text flow (Hebrew, Arabic, Urdu, etc.)
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.