From 8a3e4e5207f59d42bfd6075e3792267266c86e71 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 7 Jun 2024 10:27:38 -0400 Subject: Homepage changes, README updates, swap to lowdown, cleanup --- posts/markdown-examples.md | 8 ++++++++ posts/qol.md | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'posts') 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! -- cgit v1.2.3-54-g00ecf