From c00ef09c15512cc2a124f6cb7110520f3c46772f Mon Sep 17 00:00:00 2001 From: 72757373656c6c <105899259+72757373656c6c@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:54:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20architecture=20typo=20(#85?= =?UTF-8?q?5)=20(#910)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Russell Co-authored-by: Chris Sewell --- 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).