From 6c5b4ed3c0b81a69dca88be11fe6f3c860546a32 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 18:32:34 -0800 Subject: [PATCH] Explain Markdown in page title, description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d366632a..52b36cb4 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,8 @@ The header has the menu, if any; the page title, if any; the page description, i The body has the page content, if any. The footer has the copyright notice, if any, and the theme link, if any. +The page title and description can be Markdown. Markup is stripped for HTML titles. + The page date is the publish date, if any; otherwise, it's the creation date. Bootstrap 5.2.2 CSS and JavaScript and Bootstrap Icons 1.10.2 are loaded from the Bootstrap CDN for every page unless local Bootstrap assets are used instead.