monks/hyphenate_character
The hyphenate-character CSS property sets the character (or string) used at the end of a line before a hyphenation break.
Both automatic and soft hyphens are displayed according to the specified hyphenate-character value.
Values
pub const auto_: #(String, String)
- : The user-agent selects an appropriate string based on the content language’s typographic conventions. This is the default property value, and only needs to be explicitly set in order to override a different inherited value.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for hyphenate-character
pub const revert_layer: #(String, String)