diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-07 10:27:38 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-07 10:27:38 -0400 |
commit | 8a3e4e5207f59d42bfd6075e3792267266c86e71 (patch) | |
tree | f54d760781244072ff66564b011fef18dbf4a3de /posts | |
parent | 8c47200dd81639b7cb1a3a165f4bb2eec2517970 (diff) |
Homepage changes, README updates, swap to lowdown, cleanup
Diffstat (limited to 'posts')
-rw-r--r-- | posts/markdown-examples.md | 8 | ||||
-rw-r--r-- | posts/qol.md | 4 |
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! |