From 7418f9f95c2bf38a464c38a724a251d5c7a3bbaa Mon Sep 17 00:00:00 2001 From: Collin Lefeber Date: Wed, 19 Jun 2024 14:55:27 -0400 Subject: [PATCH] build_a_blog: fences --- posts/build_a_blog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posts/build_a_blog.md b/posts/build_a_blog.md index 5091768..ca6734d 100644 --- a/posts/build_a_blog.md +++ b/posts/build_a_blog.md @@ -714,7 +714,7 @@ index bfd9382..52ce57b 100644 ``` And testing it: -``` +```shell ❯ cat ./posts/test_thing.md Title: Test thing Date: 2024-06-19T13:38:34-04:00 @@ -725,7 +725,7 @@ Draft: 1 ``` html should get generated, but not in the index or xml -``` +```shell ❯ grep 'Test thing' ./posts/test_thing.html cfebs.com - Test thing

Test thing

@@ -738,7 +738,7 @@ html should get generated, but not in the index or xml Quick benchmark script `bench.sh` -```shell +```bash #!/usr/bin/env bash amt=$1