Commit d43b5ed
Upgrade default pulldown-cmark to 0.13.0
Summary:
Upgrade the default pulldown-cmark alias from 0.9.1 to 0.13.0 and fix all
downstream consumers for the breaking API changes:
- Event::End now carries TagEnd instead of Tag
- Tag::Heading, Tag::Link, Tag::Image are now struct variants
- Tag::BlockQuote now takes Option<BlockQuoteKind>
- New Event variants: InlineMath, DisplayMath, InlineHtml
Fixed consumers:
- phabricator/service/handlers/rust/rust_parser.rs
- pyrefly/crates/pyrefly_config/src/error_kind.rs
- tools/gsd/src/lexical/markdown_converter.rs
- scripts/sxiao/portal/src/markdown/mod.rs
hphp/hack/src/hh_manual already uses Event::End(_) wildcard and needs no change.
Reviewed By: dtolnay
Differential Revision: D92719337
fbshipit-source-id: 1db265791e4a63d6cf7b84afcb1296533ee835301 parent df2eabe commit d43b5ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments