From c19adca147d38562b3f4a06cb2205e043bc24856 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Feb 2023 20:25:04 +0100 Subject: restructure for embedding into my website --- articles/2022-08-29-blog-test.md | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 articles/2022-08-29-blog-test.md (limited to 'articles/2022-08-29-blog-test.md') diff --git a/articles/2022-08-29-blog-test.md b/articles/2022-08-29-blog-test.md new file mode 100644 index 0000000..1c4a28a --- /dev/null +++ b/articles/2022-08-29-blog-test.md @@ -0,0 +1,41 @@ +# Blog test + +Hello world! + +## heading + +_italic_ **bold** `code` [Link](https://metamuffin.org/) + +### sub heading + +Look at this code here. + +```rs +#[derive(Default)] +struct Impossible { + something: HashMap, + // ^- look here, a keyword! --the grammar regex + itself: Impossible, +} + +pub async fn useless(s: Box) -> impl Future { + todo!() // this panics +} +fn main() { + 1 + "blub" + for (x, y) in [(1,2),(3,4)] { + println!("{x} and {y}"); + Impossible::default(); + } +} +``` + +As you can see, its pointless i.e. no points + +- list +- list +- list + +1. first this +2. then that +3. done -- cgit v1.2.3-70-g09d2