Headings
H3
H4
Inline styles
hello bold the brown fox jumps italicized text over the code
high fence link and the world is flat.
Blockquote
Be courteous to all, but intimate with few, and let those few be well tried before you give them your confidence. True friendship is a plant of slow growth, and must undergo and withstand the shocks of adversity before it is entitled to the appellation.
— George Washington
Lists
Ordered list
- First item
- Second item
- Third item
Unordered list
- First item
- Second item
- Third item
Horizontal rule
Image
Table
This is technically not a table anymore. To make it completely responsive, I applied display: block
and overflow-x: auto
on the table
element.
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Fenced code block
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}