Function typst_syntax::is_newline
source ยท pub fn is_newline(character: char) -> bool
Expand description
Whether a character is interpreted as a newline by Typst.
pub fn is_newline(character: char) -> bool
Whether a character is interpreted as a newline by Typst.