Skip to content

Commit

Permalink
allow empty quote lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Dec 3, 2024
1 parent 2fd9327 commit 1c95f8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/line/code/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ impl Inline {
// Detect value
let value = regex.get(1)?;

if value.trim().is_empty() {
return None;
}

// Result
Some(Self {
value: value.to_string(),
Expand Down

0 comments on commit 1c95f8a

Please sign in to comment.