Skip to main content

Crate lax_markup

Crate lax_markup 

Source

Modules§

configuration

Functions§

format_text
format_text_with_external

Type Aliases§

ExternalFormatter
Formats the contents of an embedded block, like CSS in a style element or a script body. Receives the language hint (the element’s lang or type attribute value, or css/js by element kind), the raw inner text, and the remaining print width. Returning Ok(None) keeps the contents verbatim.