From 1aa23407f1954ccf99aba52281789a141beb1495 Mon Sep 17 00:00:00 2001 From: Dinock <54438803+Dinock@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:44:19 +0200 Subject: [PATCH] Update Markdown.md Fixed a typo in the sentence "Markdown comes in may flavors.". (old="may", new="many") Signed-off-by: Dinock <54438803+Dinock@users.noreply.github.com> --- docs/Markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Markdown.md b/docs/Markdown.md index 3dc04ebc2..7c748fb29 100644 --- a/docs/Markdown.md +++ b/docs/Markdown.md @@ -13,7 +13,7 @@ The Deck application plugin uses the [markdown-it](https://github.com/markdown-i ## Supported Markdown -Markdown comes in may flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground. +Markdown comes in many flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground. That same link offers also a comprehensive list of what is supported, and what is not - rendering it unnecessary to duplicate that content in here. [CommonMark Markdown Reference](http://commonmark.org/help/)