InvestWiki/wiki/home/en.md
2023-02-09 00:58:01 -08:00

890 B

layout
home

toffee wiki

Official WIP wiki!!

Pages

Example alternative language

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

image alt

GFM

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

  1. Big note. ↩︎