Skip to content

Commit

Permalink
Merge pull request rust-lang#1754 from PiDelport/patch-1
Browse files Browse the repository at this point in the history
style: add missing word
  • Loading branch information
ehuss committed Feb 22, 2022
2 parents 2213312 + 50bad7f commit 5921f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/for_developers/preprocessors.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The `chapter.content` is just a string which happens to be markdown. While it's
entirely possible to use regular expressions or do a manual find & replace,
you'll probably want to process the input into something more computer-friendly.
The [`pulldown-cmark`][pc] crate implements a production-quality event-based
Markdown parser, with the [`pulldown-cmark-to-cmark`][pctc] allowing you to
Markdown parser, with the [`pulldown-cmark-to-cmark`][pctc] crate allowing you to
translate events back into markdown text.

The following code block shows how to remove all emphasis from markdown,
Expand Down

0 comments on commit 5921f59

Please sign in to comment.