From 9f3c99f6e966c2571183c160d2b22bae5df8b1cd Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 24 May 2023 23:21:07 +0200 Subject: fix md codeblock type --- content/2023-01-14-xpost-matcha-threads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/2023-01-14-xpost-matcha-threads.md b/content/2023-01-14-xpost-matcha-threads.md index f627843..9500300 100644 --- a/content/2023-01-14-xpost-matcha-threads.md +++ b/content/2023-01-14-xpost-matcha-threads.md @@ -39,7 +39,7 @@ int main() { ``` Which gives the following output when being run: -```text +```txt I like green @@ -51,7 +51,7 @@ underlying cooperative-multitasking and implement such a `yield()` function as shown in the example above. Looking at the final implementation, the yield function does the following: -```text +```txt yield: 1. function prologue 2. push callee-saved regs to current stack -- cgit v1.2.3