mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
allow empty quote lines
This commit is contained in:
parent
2fd9327c88
commit
1c95f8ad08
1 changed files with 0 additions and 4 deletions
|
|
@ -17,10 +17,6 @@ impl Inline {
|
||||||
// Detect value
|
// Detect value
|
||||||
let value = regex.get(1)?;
|
let value = regex.get(1)?;
|
||||||
|
|
||||||
if value.trim().is_empty() {
|
|
||||||
return None;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Result
|
// Result
|
||||||
Some(Self {
|
Some(Self {
|
||||||
value: value.to_string(),
|
value: value.to_string(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue