Some test page additions
This commit is contained in:
parent
8029f97f9c
commit
82db8ebfd1
1 changed files with 42 additions and 4 deletions
|
@ -1,11 +1,14 @@
|
|||
---
|
||||
title: "Test"
|
||||
title: "Test Page"
|
||||
date: 2022-10-01T09:49:50-07:00
|
||||
draft: true
|
||||
resources:
|
||||
- name: gay
|
||||
title: The Gayest Place in Town is my Therapist's Office
|
||||
src: gay.jpeg
|
||||
categories: Test
|
||||
series: "Testing Erynwells.me"
|
||||
tags: ["Test A", "Test B", "テスト"]
|
||||
---
|
||||
|
||||
# Body Text
|
||||
|
@ -94,6 +97,35 @@ faucibus nisl tincidunt. Lectus vestibulum mattis ullamcorper velit sed
|
|||
ullamcorper morbi tincidunt. Tellus elementum sagittis vitae et leo duis. Nunc
|
||||
sed id semper risus in hendrerit gravida.
|
||||
|
||||
# Lists
|
||||
|
||||
* Here is
|
||||
* a list
|
||||
* made of bullets
|
||||
* burma shave
|
||||
|
||||
Cool, that was a bulleted list. Here's an enumerated list:
|
||||
|
||||
1. One thing
|
||||
2. Two thing
|
||||
3. Red thing
|
||||
4. Blue thing
|
||||
5. Burma shave
|
||||
|
||||
Great! Here's a nested list:
|
||||
|
||||
* Here's a thing
|
||||
* With one
|
||||
* two
|
||||
* three things
|
||||
* And here's another thing
|
||||
* with something
|
||||
* And here's yet _another_ thing
|
||||
1. with numbered
|
||||
2. sub items!
|
||||
|
||||
Woah!
|
||||
|
||||
# Headers
|
||||
|
||||
Here are some headers.
|
||||
|
@ -103,7 +135,7 @@ Here are some headers.
|
|||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
incididunt ut labore et dolore `magna aliqua`. Interdum velit laoreet id donec
|
||||
ultrices. Augue eget arcu dictum varius duis at consectetur lorem donec. Donec
|
||||
ac odio tempor orci dapibus ultrices.
|
||||
ac odio tempor orci dapibus ultrices.
|
||||
|
||||
## H2
|
||||
|
||||
|
@ -113,8 +145,9 @@ facilisi nullam vehicula ipsum.
|
|||
|
||||
### H3
|
||||
|
||||
Posuere urna nec tincidunt praesent semper feugiat nibh. Phasellus vestibulum lorem sed risus. Consequat semper viverra
|
||||
nam libero justo laoreet sit amet cursus.
|
||||
Posuere urna nec tincidunt praesent semper feugiat nibh. Phasellus vestibulum
|
||||
lorem sed risus. Consequat semper viverra nam libero justo laoreet sit amet
|
||||
cursus.
|
||||
|
||||
#### H4
|
||||
|
||||
|
@ -124,3 +157,8 @@ cras adipiscing enim. Libero nunc consequat interdum varius sit amet mattis
|
|||
vulputate enim. Eget nunc lobortis mattis aliquam faucibus purus in massa. Amet
|
||||
consectetur adipiscing elit ut aliquam purus sit. Tincidunt dui ut ornare lectus
|
||||
sit amet est.
|
||||
|
||||
# {{< ruby Japanese ja >}}日本語{{< /ruby >}}
|
||||
|
||||
Here's some text in {{< ruby Japanese ja >}}日本語{{< /ruby >}} with {{< ruby
|
||||
furigana ja >}}ふりがな{{< /ruby >}}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue