From 2540e20f56370cd3ef74d06f20ff141510597c97 Mon Sep 17 00:00:00 2001 From: Evan Young <82669192+EvanYoung-SP@users.noreply.github.com> Date: Thu, 9 Dec 2021 09:09:44 -0800 Subject: [PATCH] this is the new article this is for testing purposes (DO NOT MERGE) --- .../docs/faq/the-best-thing-ever/this-is-it | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 content/docs/faq/the-best-thing-ever/this-is-it diff --git a/content/docs/faq/the-best-thing-ever/this-is-it b/content/docs/faq/the-best-thing-ever/this-is-it new file mode 100644 index 000000000..465fb964b --- /dev/null +++ b/content/docs/faq/the-best-thing-ever/this-is-it @@ -0,0 +1,117 @@ +--- +lastUpdated: "12/08/2021" +title: "This is the page that will solve ALL the problems" +description: "Everyone needs help, even the people that have it 'all together'. This page can take anyone from zero to hero!" +--- +From [github's markdown cheatsheet.](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) + +Headers + +# Heading +H1 +## Heading +H2 +### Heading +H3 +#### Heading +H4 +##### Heading +H5 +###### Heading +H6 + +--- + +Emphasis + +_Text_ +Displays text in italics + +**Text** +Displays the text in bold + +**_Text_** +Displays the text in bold and italics + +~~Text~~ +Adds strikethrough effect to the text + +--- + +Lists +1. item1 +First ordered list item +2. item2 +Second ordered list item + 1. Item +Ordered sub-list item + +* Item +Unordered list item + * Item +Unordered sub-list item + +--- + +Links + +[text link](https://duckduckgo.com) +Inline-style link + +[text link with title](https://duckduckgo.com "DDG Home") +Inline-style link with title + +[Reference-style link][Arbitrary case-insensitive reference text] +Reference style link + +[Use numbers for reference-style link definitions][1] +Links with a reference number. The number needs to be defined as [1]: + +http://slashdot.org + +--- + +Images + + +Inline style + +[alt text][logo] +The reference style. Reference need to be declared as [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png +"Logo Title Text 2" + +--- + +Code and Syntax Highlighting + + +`code` +Inline code has back-ticks around it + + +``` Code blocks ``` +Blocks of code are either fenced by lines with three back-ticks or are indented with four spaces + + +Blockquotes + + +> Blockquotes +Blockquotes are very handy in email to emulate reply text + +--- + + +Inline HTML + + +