Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2019-01-06 14:19:29 +0300
committerPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2019-01-06 14:19:29 +0300
commit96e1981254aa31a841da767b8691f6cc6a223269 (patch)
treec222d22ebc72bd9b4ed6fe5d3121d47f2f90a6ed
parent20cff73f2f537d9182882c4e16aded1b774f0bbc (diff)
Add an example with numbered list
-rw-r--r--exampleSite/content/posts/2019/numbered_list.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/content/posts/2019/numbered_list.md b/exampleSite/content/posts/2019/numbered_list.md
new file mode 100644
index 0000000..7d12558
--- /dev/null
+++ b/exampleSite/content/posts/2019/numbered_list.md
@@ -0,0 +1,25 @@
+---
+title: Numbered list with code
+date: 2019-01-06T12:17:01+02:00
+categories: [writing]
+tags: [typography, elements]
+language: en
+slug: numbered-list-with-code
+---
+
+1. Test 1.
+
+ ```bash
+ test 1
+ ```
+2. Test 2.
+
+ ```bash
+ test 2
+ ```
+
+3. Test 3.
+
+ ```bash
+ test 3
+ ```