From 384724a00be9dbb8f40d295f99b9c6bcfb48b387 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 20 Oct 2021 19:58:38 +0200 Subject: Added MD4C support to render HTML from Markdown text. * additional blog metadata properties Signed-off-by: lns --- blog/my-third-blog-entry.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 blog/my-third-blog-entry.json (limited to 'blog/my-third-blog-entry.json') diff --git a/blog/my-third-blog-entry.json b/blog/my-third-blog-entry.json new file mode 100644 index 0000000..9682cd2 --- /dev/null +++ b/blog/my-third-blog-entry.json @@ -0,0 +1,8 @@ +{ + "title": "Third.", + "tags": [ "test" ], + "author": "lns", + "createDate": "24.02.1989 23:59", + "publishDate": "31.12.2020 1:00", + "published": false +} -- cgit v1.2.3