From dbb3dbae9f4420e3a7c85bcbc85a9133a011bf23 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 17 Jan 2021 12:04:55 +0100 Subject: [PATCH] Update for latest snekdown version Signed-off-by: trivernis --- Manifest.toml | 6 ++++++ chapters/configuration.md | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/Manifest.toml b/Manifest.toml index c86abc2..21182e6 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,6 +2,12 @@ language = 'en' author = 'Trivernis' title = 'Snekdown' +description = ''' +The Documentation for Snekdown. +Snekdown is a parser and renderer for the extended Markdown syntax +with the same name. It provides features like imports, image manipulation, bibliography, glossary, math etc. +''' +keywords = ['Parser', 'Markdown', 'HTML', 'Rust', 'Bibliography', 'AsciiMath'] [features] embed_external = true diff --git a/chapters/configuration.md b/chapters/configuration.md index e869056..e49a5a0 100644 --- a/chapters/configuration.md +++ b/chapters/configuration.md @@ -45,6 +45,14 @@ author = 'author' # Title of the document title = 'title' + +# A short description for the document preview +description = ''' +Description +''' + +# Keywords to find the document +keywords = ['HTML', 'Snekdown'] ```