Correct alignment of meta block in template

That way, it is rendered as <pre> by markdown.
handy-eval
Markus Koch 2018-07-21 15:13:37 +02:00
parent e4f711b310
commit 3064eae049
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
#include "mdiary.h"
const gchar *default_template[] = {"# Title\n"
"Date: ", "\0",
" Date: ", "\0",
"\n"
"Summary: \n"
"Tags: \n"
" Summary: \n"
" Tags: \n"
"\n"
"Text",
NULL};