From 409ea157262c6fd00fc6c9ddda7d259f23c165cd Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 30 Mar 2023 16:16:36 +0200 Subject: [PATCH] Add some missing sections --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index e8596d9..f89a799 100644 --- a/readme.md +++ b/readme.md @@ -211,10 +211,19 @@ type HtmlOptions = Record ## Authoring +When authoring markdown with directives, keep in mind that they don’t work in +most places. +On your own site it can be great! + ## HTML +You can define how directives are turned into HTML. +If directives are not handled, they do not emit anything. + ## CSS +How to display directives is left as an exercise for the reader. + ## Syntax The syntax looks like this: