From 3d7974078629864efcd2111d4fb71b97591743ed Mon Sep 17 00:00:00 2001 From: Pantonshire Date: Sun, 5 Jun 2022 17:58:39 +0100 Subject: [PATCH] Test code block file name --- src/test.toml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test.toml.md b/src/test.toml.md index 2ffe9fa..5f712c7 100644 --- a/src/test.toml.md +++ b/src/test.toml.md @@ -1,6 +1,7 @@ title = 'Testing' subtitle = 'In which we test my post renderer works correctly.' author = 'Tom Panton' +tags = [] published = '2022-06-05T11:00:13.318217Z' --- # Heading @@ -14,6 +15,7 @@ testing that _italics_ work and ~~strikethrough~~! | aiwdio w | apwidho | ```ruby +@@main.rb@@ def fib(n) if n == 0 then 0