diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-23 04:03:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-23 04:03:19 +0900 |
| commit | 85394c5613f1f52407020abab650fda6b9da91ad (patch) | |
| tree | 6e23febda1e2f6b7f995c3dbe0fbdcaa908495c6 /vhosts/blog/nuldoc.md | |
| parent | 1fc09ac76fce170a4944c551d05b78a9907e0d4b (diff) | |
| download | nsfisis.dev-85394c5613f1f52407020abab650fda6b9da91ad.tar.gz nsfisis.dev-85394c5613f1f52407020abab650fda6b9da91ad.tar.zst nsfisis.dev-85394c5613f1f52407020abab650fda6b9da91ad.zip | |
feat(blog/content): update post /posts/2023-10-02/compile-php-runtime-to-wasm/
Diffstat (limited to 'vhosts/blog/nuldoc.md')
| -rw-r--r-- | vhosts/blog/nuldoc.md | 104 |
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[] -} -``` |
