aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-14 12:19:03 -0400
committerBradley Taunt <bt@btxx.org>2024-07-14 12:19:03 -0400
commit5a1692505ed1c08c8c2b78ccc4574bf0a1c8f896 (patch)
treea28e76e97e3114ed27139888a896547b918c396b /posts
parent2ae81e366af0539a1b55de722c22c0a13fe2cada (diff)
Switch back to smu for markdown parsing
Diffstat (limited to 'posts')
-rw-r--r--posts/qol.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/qol.md b/posts/qol.md
index 57da105..5e2e5a3 100644
--- a/posts/qol.md
+++ b/posts/qol.md
@@ -19,6 +19,8 @@ I haven't circled back to `barf` in quite a bit of time, so I'm happy to announc
**Swapped out `smu` for `lowdown`**
+> IMPORTANT! This is no longer true. I have gone to back to using my own forked version of `smu`
+
* 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.