We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2213312 + 50bad7f commit 5921f59Copy full SHA for 5921f59
guide/src/for_developers/preprocessors.md
@@ -61,7 +61,7 @@ The `chapter.content` is just a string which happens to be markdown. While it's
61
entirely possible to use regular expressions or do a manual find & replace,
62
you'll probably want to process the input into something more computer-friendly.
63
The [`pulldown-cmark`][pc] crate implements a production-quality event-based
64
-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
65
translate events back into markdown text.
66
67
The following code block shows how to remove all emphasis from markdown,
0 commit comments