From e42ff7609e437034e99e4cd603329600eeb90544 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 14 May 2024 21:09:51 -0700 Subject: [PATCH] Fix typo --- content/en/about/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/about/features.md b/content/en/about/features.md index cfd9d3451d..47e6b4e618 100644 --- a/content/en/about/features.md +++ b/content/en/about/features.md @@ -46,7 +46,7 @@ toc: true : Apply HTML attributes such as `class` and `id` to Markdown images and block elements including blockquotes, fenced code blocks, headings, horizontal rules, lists, paragraphs, and tables. [Markdown extensions] -: Leverage the embedded Markdown extensions to create tables, definition lists, footnotes, task lists, inserted text, mark test, subscripts, superscripts, and more. +: Leverage the embedded Markdown extensions to create tables, definition lists, footnotes, task lists, inserted text, mark text, subscripts, superscripts, and more. [Markdown render hooks] : Override the conversion of Markdown to HTML when rendering fenced code blocks, headings, images, and links. For example, render every standalone image as an HTML `figure` element.