Add some missing sections

This commit is contained in:
Titus Wormer 2023-03-30 16:16:36 +02:00
parent 39b7240dde
commit 409ea15726
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -211,10 +211,19 @@ type HtmlOptions = Record<string, Handle>
## Authoring ## Authoring
When authoring markdown with directives, keep in mind that they dont work in
most places.
On your own site it can be great!
## HTML ## HTML
You can define how directives are turned into HTML.
If directives are not handled, they do not emit anything.
## CSS ## CSS
How to display directives is left as an exercise for the reader.
## Syntax ## Syntax
The syntax looks like this: The syntax looks like this: