summaryrefslogtreecommitdiff
path: root/posts/style.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/style.md')
-rw-r--r--posts/style.md81
1 files changed, 81 insertions, 0 deletions
diff --git a/posts/style.md b/posts/style.md
new file mode 100644
index 0000000..8b3ef18
--- /dev/null
+++ b/posts/style.md
@@ -0,0 +1,81 @@
+---
+date: 2022-01-30
+eleventyExcludeFromCollections: true
+title: Style Demo
+heroImg: https://www.adorama.com/alc/wp-content/uploads/2018/11/landscape-photography-tips-yosemite-valley-feature.jpg
+heroImgAlt: Landscape
+tags:
+ - Elena-Brandt
+ - Bonnie-Brandt
+---
+
+Plain *italic* **bold** <kbd>K</kbd> ~~strike~~ ==redact== plain `code` plain
+==`redacted code`== :wave: (c)(tm)(p)+- <ins>inserted</ins>
+
+==This is a redacted paragraph. Lorem ipsum dolor sit amet consectetur
+adispicing elit.==
+
+<!--more-->
+
+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 <kbd>Ctrl</kbd>+<kbd>C</kbd> 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. <span lang="jpn">こりゃテストの文書です</span> 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. <span lang="jbo">.ii .o'i mu xagji sofybakni
+cu zvati le purdi</span>
+
+<p lang="jbo">.ii .o'i mu xagji sofybakni cu zvati le purdi
+kAtrInAs djEIn mAdjqYrIs
+mi gle~ki~~ --- E1l2I3O4t wEIn wE,In
+pErsEfOnIs</p>
+
+## Subheading
+
+- List item
+- Another with a lot of text in it so I can see what it looks like when it
+ wraps around
+
+1. Woot
+1. Next number
+
+> And here's a block quote, but I'm not sure
+> what to put in it to make it long enough.
+>
+> > Maybe if I nest?
+
+ code block
+ indent
+ and back
+
+ IDK if we'll use these much.
+ Maybe for computer terminal sessions?
+
+ $ ls -a
+ . ..
+
+<details>
+<summary>Collapsible Section</summary>
+
+Expandable details...
+
+Another paragraph
+</details>
+
+```js
+function anotherCodeBlock() {
+ return this.timeWithSyntaxHighlighting();
+}
+```
+
+<div class="irc">
+
+2103-02-02 13:34 Elena: There's also this transcript style, which I think is
+reminiscent of IRC server logs.
+
+2103-01-01 13:35 Bonnie: Oooh, I like it!
+
+</div>