diff --git a/.gitignore b/.gitignore index 763accc2..b84c9784 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.fixtures node_modules dist TODOs.md diff --git a/e2e/__snapshots__/mdsyntax.test.js.snap b/e2e/__snapshots__/mdsyntax.test.js.snap new file mode 100644 index 00000000..739c56be --- /dev/null +++ b/e2e/__snapshots__/mdsyntax.test.js.snap @@ -0,0 +1,9 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`markdown syntax basic 1`] = ` +"
To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you use should correspond to the heading level. For example, to create a heading level three (<h3>
), use three number signs (e.g., ### My Header).
I really like using Markdown.
I think I'll use it to format all of my documents from now on.
This is the first line.
And this is the second line.
First line with the HTML tag after.
And the next line.
I just love bold text.
Loveisbold
Italicized text is the cat's meow.
Italicized text is the cat's meow.
Acatmeow
This text is really important.
This text is really important.
This text is really important.
This text is really important.
This is reallyveryimportant text.
Dorothy followed her through many of the beautiful rooms in her castle.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
# The quarterly results look great!
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going according to plan.
First item
Second item
Third item
Fourth item
First item
Second item
Third item
Fourth item
First item
Second item
Third item
Fourth item
First item
Second item
Third item
Fourth item
Adding Elements in Lists
This is the first list item.
Here's the second list item.
I need to add another paragraph below the second list item.
And here's the third list item.
This is the first list item.
Here's the second list item.
A blockquote would look great below the second list item.
And here's the third list item.
Open the file.
Find the following code block on line 21:
<html>
+ <head>
+ <title>Test</title>
+ </head>
+
Update the title to match the name of your website.
Open the file containing the Linux mascot.
Marvel at its beauty.
Close the file.
First item
Second item
Third item
Fourth item
At the command prompt, type nano
.
Use \`code\` in your Markdown file.
Try to put a blank line before...
...and after a horizontal rule.
My favorite search engine is Duck Duck Go.
My favorite search engine is Duck Duck Go.
https://www.markdownguide.orgfake@example.com
* Without the backslash, this would be a bullet in an unordered list. \\\\ \` { } [ ] ...
This word is bold. This word is italic.