mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
add new line separator
This commit is contained in:
parent
83ec663929
commit
7f3ea670f1
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ impl Link {
|
|||
if !line.starts_with(TAG) {
|
||||
return None;
|
||||
}
|
||||
|
||||
// Define initial values
|
||||
let mut alt = None;
|
||||
let mut timestamp = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue