From 62409f2d7f61ab4c0250ed838bc35e569078dfe8 Mon Sep 17 00:00:00 2001 From: Russell Date: Tue, 16 Apr 2024 18:52:36 -0500 Subject: [PATCH] Fix architecture typo (#855) Complete sentence referring to Markdown-It-Py project. --- docs/develop/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/architecture.md b/docs/develop/architecture.md index f00cdae5..b1ef1503 100644 --- a/docs/develop/architecture.md +++ b/docs/develop/architecture.md @@ -5,7 +5,7 @@ of the project. ## A Renderer for markdown-it tokens -At a high level, the MyST parser is an extension of th project. Markdown-It-Py +At a high level, the MyST parser is an extension of the Markdown-It-Py project. Markdown-It-Py is a well-structured Python parser for CommonMark text. It also defines an extension point to include more syntax in parsed files. The MyST parser uses this extension point to define its own syntax options (e.g., for Sphinx roles and directives).