aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/markdown-examples.md8
-rw-r--r--posts/qol.md4
2 files changed, 12 insertions, 0 deletions
diff --git a/posts/markdown-examples.md b/posts/markdown-examples.md
index dc3d2dc..1c2d564 100644
--- a/posts/markdown-examples.md
+++ b/posts/markdown-examples.md
@@ -216,6 +216,11 @@ the table body.
| :------- | :------: | -------: |
| Left | Center | Right |
+Footnotes
+---------
+
+Here is an example of using Markdown footnotes[^1]. And incase you were looking for more examples, here is another one[^2].
+
Other interesting stuff
-----------------------
@@ -252,3 +257,6 @@ passed through to the resulting document without modification. This is a good
way to work around features that are missing in smu. If you don't want this
behaviour, use the `-n` flag when executing smu to stricly escape the HTML
tags.
+
+[^1]: This is the first footnote
+[^2]: Just like I promised - another footnote example
diff --git a/posts/qol.md b/posts/qol.md
index f09694e..57da105 100644
--- a/posts/qol.md
+++ b/posts/qol.md
@@ -17,6 +17,10 @@ I haven't circled back to `barf` in quite a bit of time, so I'm happy to announc
* You now only need to set your main domain at the top of the core `barf` file.
+**Swapped out `smu` for `lowdown`**
+
+* The default Markdown parser is now set to `lowdown`. The original parser (`smu`) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.
+
That's it really! I've also updated the original blog posts about setting up `barf` on macOS and OpenBSD to reflect these changes.
Cheers!