Skip to content

Commit

Permalink
Add inline math as phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchi committed Oct 11, 2024
1 parent f194841 commit 73c934c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdast_util_to_markdown/src/handle/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fn phrasing(child: &Node) -> bool {
| Node::Emphasis(_)
| Node::ImageReference(_)
| Node::Image(_)
| Node::InlineMath(_)
| Node::InlineCode(_)
| Node::LinkReference(_)
| Node::Link(_)
Expand Down

0 comments on commit 73c934c

Please sign in to comment.