Markdown sample
A markdown sample to see default element styles
Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace
.
Itemized lists look like:
- this one
- that one
- the other one
h2 header
Here's a numbered list:
- first item
- second item
- third item
Here's a code block sample:
/* Display message for old browsers only */
@supports (--css: variables) {
.browsercheck-message {
display: none;
}
}
@supports not (--css: variables) {
.browsercheck-message {
display: block;
}
}
h3 header
Now a nested list:
- First, get these ingredients
- 1st ingredient
- 2nd ingredient
- 3rd ingredient
- Boil some water
- Dump everything in the pot and prey
Do not bump wooden spoon or it will fall.
h4 header
Here's a markdown link to a website but we can't see it's external.
Here's a html link to a website with external indication.