HtmlToMarkdown.NewlineStyle (html_to_markdown v3.5.3)

Copy Markdown

Line break syntax in Markdown output.

Controls how soft line breaks (from <br> or line breaks in source) are rendered.

Summary

Types

t()

Line break syntax in Markdown output.

Functions

Backslash at end of line. Alternative Markdown syntax.

Two trailing spaces at end of line. Default. Standard Markdown syntax.

Types

t()

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

Line break syntax in Markdown output.

Functions

backslash()

@spec backslash() :: t()

Backslash at end of line. Alternative Markdown syntax.

spaces()

@spec spaces() :: t()

Two trailing spaces at end of line. Default. Standard Markdown syntax.