Update style documentation and examples

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 21:15:31 +01:00
parent 0e77ddf76c
commit 5e1dca63ba
21 changed files with 159 additions and 20 deletions
+2
View File
@@ -0,0 +1,2 @@
> First line of quote
> Second line
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

+6
View File
@@ -0,0 +1,6 @@
{
"block_quote": {
"margin": 4,
"color": "200"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

+8 -4
View File
@@ -1,17 +1,21 @@
{
"heading": {
"margin": 4,
"color": "15",
"background_color": "57"
},
"h1": {
"prefix": "=> ",
"suffix": " <=",
"styled_prefix": "=> ",
"styled_suffix": " <=",
"margin": 2,
"bold": true,
"background_color": "69"
},
"h2": {
"prefix": "# "
"styled_prefix": "## ",
"margin": 4
},
"h3": {
"styled_prefix": "### ",
"margin": 6
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+1
View File
@@ -1,2 +1,3 @@
- First Item
- Nested List Item
- Second Item
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+2 -1
View File
@@ -2,7 +2,8 @@
"list": {
"margin": 4,
"color": "15",
"background_color": "52"
"background_color": "52",
"level_indent": 4
},
"item": {
"prefix": "• "
Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

+2
View File
@@ -0,0 +1,2 @@
- [x] Finished Task
- [ ] Outstanding Task
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

+11
View File
@@ -0,0 +1,11 @@
{
"list": {
"margin": 4,
"color": "15",
"background_color": "52"
},
"task": {
"ticked": "✓ ",
"unticked": "✗ "
}
}