HtmlToMarkdown.HeadingStyle (html_to_markdown v3.4.0-rc.24)

Copy Markdown View Source

Heading style options for Markdown output.

Summary

Types

t()

@type t() :: :underlined | :atx | :atx_closed

Functions

atx()

@spec atx() :: t()

atx_closed()

@spec atx_closed() :: t()

underlined()

@spec underlined() :: t()