mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 09:05:32 +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) {
|
if !line.starts_with(TAG) {
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define initial values
|
// Define initial values
|
||||||
let mut alt = None;
|
let mut alt = None;
|
||||||
let mut timestamp = None;
|
let mut timestamp = None;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue