From eb308e9ff697c1879f102522ece9bb97e77c5262 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Fri, 26 Mar 2021 14:34:49 +0800 Subject: Remove guide reference to `markdown2`. Now that we use a separate library for frontmatter (which uses pyyaml), we can simplify the guide and remove the reference to the old markdown library. --- .../content/resources/guides/pydis-guides/how-to-contribute-a-page.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pydis_site/apps') diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md index 12969ba2..f258ef74 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md @@ -37,7 +37,7 @@ All the markdown files in this folder will then be under this category. Files representing pages are in `.md` (Markdown) format, with all-lowercase filenames and spaces replaced with `-` characters. Each page must include required metadata, and optionally additional metadata to modify the appearance of the page. -The metadata is written in YAML-like key-value pairs, and should be enclosed in triple dashes `---` *at the top of the markdown file*. +The metadata is written in YAML, and should be enclosed in triple dashes `---` *at the top of the markdown file*. **Example:** ```yaml @@ -54,8 +54,6 @@ relevant_links: Pages, which include guides, articles, and other static content,... ``` -You can learn more about Markdown metadata [here](https://github.com/trentm/python-markdown2/wiki/metadata). - ### Required Fields - **title:** Easily-readable title for your article. - **description:** Short, 1-2 line description of the page's content. -- cgit v1.2.3