88 lines
2.2 KiB
Markdown
88 lines
2.2 KiB
Markdown
---
|
|
title: markup test page
|
|
description: a page to demonstrate markup and take advantage of all the features of
|
|
markdown
|
|
toc: true
|
|
extra:
|
|
hidden: true
|
|
---
|
|
|
|
# markup test page
|
|
|
|
i don't ever actually use six titles. but here's a test page so i can figure out
|
|
what theyd look like if i did. nothing differentiates titles 3--6. solution:
|
|
don't use them.
|
|
|
|
text from [lipsum.com]
|
|
|
|
<!-- toc -->
|
|
|
|
# 1: title
|
|
|
|
*Lorem* **ipsum** ***dolor*** *`sit`* **`amet,`** ***`consectetur`***
|
|
[adipiscing](#) [`elit`](#). Maecenas dignissim elementum ipsum sit amet
|
|
pellentesque. Vestibulum vel cursus urna. Aenean sollicitudin, leo gravida
|
|
tempus luctus, mi dolor ornare nulla, at placerat tortor ex vitae urna. ❤
|
|
100/200
|
|
|
|
## 2: subtitle
|
|
|
|
Maecenas dignissim elementum ipsum sit amet pellentesque.
|
|
|
|
1. A list
|
|
2. A list
|
|
3. A list
|
|
```
|
|
xyz
|
|
code
|
|
here
|
|
```
|
|
|
|
4. Another item
|
|
1. A sub-item
|
|
2. A sub-item
|
|
1. A sub-sub item
|
|
5. A final item
|
|
|
|
### 3: subsubtitle
|
|
|
|
Vestibulum vel cursus urna.
|
|
|
|
* An unordered list
|
|
* an unordered list
|
|
* Aenean sollicitudin, leo gravida tempus luctus, mi dolor ornare nulla, at
|
|
placerat tortor ex vitae urna.
|
|
|
|
#### 4: ??? title
|
|
|
|
Aenean sollicitudin, leo gravida tempus luctus, mi dolor ornare nulla, at
|
|
placerat tortor ex vitae urna.
|
|
|
|
> A blockquote. Lorem Ipsum is simply dummy text of the printing and typesetting
|
|
> industry. Lorem Ipsum has been the industry's standard dummy text ever since
|
|
> the 1500s, when an unknown printer took a galley of type and scrambled it to
|
|
> make a type specimen book. It has survived not only five centuries, but also
|
|
> the leap into electronic typesetting, remaining essentially unchanged. It was
|
|
> popularised in the 1960s with the release of Letraset sheets containing Lorem
|
|
> Ipsum passages, and more recently with desktop publishing software like Aldus
|
|
> PageMaker including versions of Lorem Ipsum.
|
|
>
|
|
>> A nested blockquote. Contrary to popular belief, Lorem Ipsum is not simply
|
|
>> random text. It has roots in a piece of classical Latin literature from 45
|
|
>> BC, making it over 2000 years old.
|
|
|
|
* This list has paragraph tags
|
|
|
|
* This list has paragraph tags within the `<li>` tags.
|
|
|
|
* Aawuefoufeououuu
|
|
|
|
##### 5: title
|
|
|
|
Filler
|
|
|
|
###### 6: paragraph
|
|
|
|
Filler
|
|
|
|
[lipsum.com]: https://www.lipsum.com/
|