From 2cf10ffacfe806164e6cbbb02760099e0abb425d Mon Sep 17 00:00:00 2001 From: rzmk Date: Fri, 30 Jun 2023 22:42:25 -0400 Subject: [PATCH] :memo: Markdown suggestion --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3425590..ebca721 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ The site is generated based on the content in the `docs` folder. Each folder in `docs` represents a section of the site. Each `.md` and `.mdx` file in a folder represents a page in that section. You can learn more by reading more about [Docusaurus](https://github.com/facebook/docusaurus), the static site generator used to build this site. +You can also learn about Markdown [here](https://www.markdownguide.org/). + I recommend keeping a consistent format throughout the guide. For example, preceding each section title is a relevant emoji. ## Installation