Function typst_syntax::split_newlines
source ยท pub fn split_newlines(text: &str) -> Vec<&str>Expand description
Split text at newlines. These newline characters are not kept.
pub fn split_newlines(text: &str) -> Vec<&str>Split text at newlines. These newline characters are not kept.