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

Copy Markdown View Source

Highlight rendering style for <mark> elements.

Summary

Types

t()

@type t() :: :double_equal | :html | :bold | :none

Functions

bold()

@spec bold() :: t()

double_equal()

@spec double_equal() :: t()

html()

@spec html() :: t()

none()

@spec none() :: t()