Skip to content

Commit

Permalink
node: format new NodeValue types.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 12, 2024
1 parent 34b6018 commit 2302727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/commonmarker/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@ impl CommonmarkerNode {
ComrakNodeValue::Escaped => Symbol::new("escaped"),
ComrakNodeValue::Math(..) => Symbol::new("math"),
ComrakNodeValue::WikiLink(..) => Symbol::new("wikilink"),
ComrakNodeValue::Underline => Symbol::new("underline"),
ComrakNodeValue::SpoileredText => Symbol::new("spoilered_text"),
ComrakNodeValue::EscapedTag(_) => Symbol::new("escaped_tag"),
}
}

Expand Down

0 comments on commit 2302727

Please sign in to comment.