diff options
Diffstat (limited to 'vhosts/blog/nuldoc.md')
| -rw-r--r-- | vhosts/blog/nuldoc.md | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/vhosts/blog/nuldoc.md b/vhosts/blog/nuldoc.md new file mode 100644 index 00000000..9133ff88 --- /dev/null +++ b/vhosts/blog/nuldoc.md @@ -0,0 +1,104 @@ +# Posts + +## Meta Information + +``` +struct Revision { + date: string + remark: string +} + +struct PostMeta { + title: string + description: string + tags: string[] + revisions: Revision[] +} +``` + +## Elements + +table +tbody +td +tfoot +th +thead +tr +col +colgroup +caption + +blockquote +cite +q + +figure +img + +section +h +p + +ul +ol +li + +a +email + +time +kbd + +sub +sup + +dl +dt +dd + +summary +details + +del +ins + +br +hr + +ruby +rt + +note + +mark +s +strong + +code +filename +codeblock + +footnote +footnoteref + + +# Slides + +## Meta Information + +``` +struct Revision { + date: string + remark: string +} + +struct Slide { + title: string + event: string + talkType: string + link: string + tags: string[] + revisions: Revision[] +} +``` |
