davideisinger.com

My personal website
Log | Files | Refs | README

commit d907390f2edaf9ea7cbc4f76d6bb9349ac74616c
parent c7e77216b2d8a6218fda24ea07f78889a65fe3c6
Author: David Eisinger <[email protected]>
Date:   Thu, 16 Nov 2023 15:56:30 -0500

Fix GH link

Diffstat:
Mcontent/journal/keep-markdown-links-in-order-with-mdrenum/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/journal/keep-markdown-links-in-order-with-mdrenum/index.md b/content/journal/keep-markdown-links-in-order-with-mdrenum/index.md @@ -81,7 +81,7 @@ auto-format = true formatter = { command = "mdrenum" , args = ["--stdin"] } ``` -[22]: https://github.com/dce/mdrenum/blob/main/src/cli.ts#L7-L18 +[22]: https://github.com/dce/mdrenum/blob/42c28c1e4b964ebc348a2fef54daa3be51824a90/src/cli.ts#L6-L15 This totally works, and I'll say that it's uniquely satisfying to save a document and see the link numbers get instantly reordered properly. I've done it probably 100 times in the course of writing this post.