From 802efbca25cb92d8567761361b6513fd57e05578 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Aug 2022 16:54:57 +0200 Subject: basic syntax highlighting --- content/articles/2022-08-29-blog-test.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'content/articles') diff --git a/content/articles/2022-08-29-blog-test.md b/content/articles/2022-08-29-blog-test.md index ea4d166..2b65444 100644 --- a/content/articles/2022-08-29-blog-test.md +++ b/content/articles/2022-08-29-blog-test.md @@ -10,9 +10,11 @@ _italic_ **bold** `code` [Link](https://metamuffin.org/) Look at this code here. -``` -code -block +```rs +fn main() { 1 + 1 } +pub async fn useless(s: Box) -> impl Future { + todo!() +} ``` As you can see, its pointless i.e. no points -- cgit v1.2.3-70-g09d2