890 B
890 B
layout |
---|
home |
toffee wiki
Official WIP wiki!!
Pages
Eventually there will be other things!!!
Markdown Support
some random examples!
Syntax Highlighting
export default function RenderMarkdown({ children }: RenderMarkdownProps) {
return (
<ReactMarkdown
remarkPlugins={[remarkGfm]}
rehypePlugins={[rehypeHighlight, rehypeSlug]}
>
{children}
</ReactMarkdown>
);
}
Images
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. ↩︎