diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 22:22:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 22:22:57 -0300 |
commit | 59b16b3bd77bed7eaf460149c405cf3808ca6806 (patch) | |
tree | 4fae76169d13b4da865cb21409124be2877299ea /_config.yml | |
parent | DIY jekyll-seo-tag (diff) | |
download | euandre.org-59b16b3bd77bed7eaf460149c405cf3808ca6806.tar.gz euandre.org-59b16b3bd77bed7eaf460149c405cf3808ca6806.tar.xz |
Use commonmark instead of kramdown
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index ee3c940..0692920 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ author: name: EuAndreh email: eu@euandre.org -markdown: kramdown +markdown: CommonMark exclude: - Gemfile |