summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/nuldoc.md
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/nuldoc.md')
-rw-r--r--vhosts/blog/nuldoc.md104
1 files changed, 0 insertions, 104 deletions
diff --git a/vhosts/blog/nuldoc.md b/vhosts/blog/nuldoc.md
deleted file mode 100644
index 9133ff88..00000000
--- a/vhosts/blog/nuldoc.md
+++ /dev/null
@@ -1,104 +0,0 @@
-# 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[]
-}
-```