840 B
840 B
layout | title |
---|---|
home | some data |
toffee wiki
Official WIP wiki!!
Stuffs
Some wiki stuff will go here
Check out an actual example page over here
多言語化!?
Markdown Support
export default function RenderMarkdown({ children }: RenderMarkdownProps) {
return (
<ReactMarkdown
remarkPlugins={[remarkGfm]}
rehypePlugins={[rehypeHighlight, rehypeSlug]}
>
{children}
</ReactMarkdown>
);
}
GFM
Autolink literals
www.example.com, https://example.com, and contact@example.com.
Footnote
A note1
Strikethrough
one or two tildes.
Table
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Tasklist
- to do
- done
-
Big note. ↩︎