From cdd2d92d9fa8d6b15363df147fb8e34e6f6d5994 Mon Sep 17 00:00:00 2001 From: kageru Date: Wed, 1 Apr 2020 23:44:21 +0200 Subject: [PATCH] Use * for lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like the pandoc conversion doesn’t like - --- src/lesscode.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lesscode.md b/src/lesscode.md index 54c4c41..98bb816 100644 --- a/src/lesscode.md +++ b/src/lesscode.md @@ -44,11 +44,11 @@ That part might have been obvious, but we can apply it to everything that is nec ## The components So what does my blog need to do? Well, quite simple: -- read markdown and convert it to HTML -- generate an index of all the blog entries -- include some basic CSS/JS in the output -- update itself automatically when I publish something -- be compatible with the content from my previous blog +* read markdown and convert it to HTML +* generate an index of all the blog entries +* include some basic CSS/JS in the output +* update itself automatically when I publish something +* be compatible with the content from my previous blog That last point might be the worst, but it’s what I wanted/needed.