From b5142220bb8adae3ac8ee78805bc66a99cab0c11 Mon Sep 17 00:00:00 2001 From: sylhare Date: Thu, 19 May 2022 09:43:29 -0400 Subject: [PATCH] Update article with mermaid example --- ...ech-stuff-example.md => 2019-11-02-Tech-stuff-example.md} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename _posts/{2018-11-02-Tech-stuff-example.md => 2019-11-02-Tech-stuff-example.md} (98%) diff --git a/_posts/2018-11-02-Tech-stuff-example.md b/_posts/2019-11-02-Tech-stuff-example.md similarity index 98% rename from _posts/2018-11-02-Tech-stuff-example.md rename to _posts/2019-11-02-Tech-stuff-example.md index 2a7c9f3d29..b9a7cb7d1b 100644 --- a/_posts/2018-11-02-Tech-stuff-example.md +++ b/_posts/2019-11-02-Tech-stuff-example.md @@ -7,9 +7,8 @@ thumbnail: "assets/img/thumbnails/feature-img/circuit.jpeg" tags: [Mermaid, Highlight, Markdown] --- - +Let's demo some code snippet, with some mermaid diagrams. Because if you put some code in your blog, you would at least make it: - 1. Searchable 2. Good-looking @@ -79,7 +78,7 @@ function helloWorld(param1, param2) { return null; } - // @TODO comment + // TODO comment } ```