From 9b8045e9ff6fc02dde1f0e14ecb419d852352633 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 23 Jun 2021 09:25:36 +0200 Subject: Setup infrastructure for articles written in markdown --- resources/md/2021-06-22-clean-sandbox.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/md/2021-06-22-clean-sandbox.md (limited to 'resources/md') diff --git a/resources/md/2021-06-22-clean-sandbox.md b/resources/md/2021-06-22-clean-sandbox.md new file mode 100644 index 0000000..623a080 --- /dev/null +++ b/resources/md/2021-06-22-clean-sandbox.md @@ -0,0 +1,7 @@ +Example of an article with markdown. + +See https://camilstaps.gitlab.io/clean-sandbox. + +```js +let xyz = 5; +``` -- cgit v1.2.3