Add some missing sections
This commit is contained in:
parent
39b7240dde
commit
409ea15726
1 changed files with 9 additions and 0 deletions
|
@ -211,10 +211,19 @@ type HtmlOptions = Record<string, Handle>
|
|||
|
||||
## 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue