HtmlToMarkdown.ListIndentType (html_to_markdown v3.6.0-rc.9)

Copy Markdown

List indentation character type.

Controls whether list items are indented with spaces or tabs.

Summary

Types

t()

List indentation character type.

Functions

Use spaces for indentation. Default. Width controlled by list_indent_width.

Use tabs for indentation.

Types

t()

@type t() :: :spaces | :tabs

List indentation character type.

Functions

spaces()

@spec spaces() :: t()

Use spaces for indentation. Default. Width controlled by list_indent_width.

tabs()

@spec tabs() :: t()

Use tabs for indentation.