HtmlToMarkdown.TextDirection (html_to_markdown v3.4.0-rc.41)

Copy Markdown

Text directionality of document content.

Summary

Types

t()

@type t() :: :left_to_right | :right_to_left | :auto

Functions

auto()

@spec auto() :: t()

left_to_right()

@spec left_to_right() :: t()

right_to_left()

@spec right_to_left() :: t()