fn link(input: &mut &str) -> ModalResult<String>
Expand description
Consume all chars of a link until a newline or space is hit.
Check decode_utf8_chars
for more info on how special chars in paths are escaped.
fn link(input: &mut &str) -> ModalResult<String>
Consume all chars of a link until a newline or space is hit.
Check decode_utf8_chars
for more info on how special chars in paths are escaped.