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
|
## 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
|
## 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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue