InvestWeb/InvestWiki/wiki/home/en.md
2023-02-06 03:04:10 -08:00

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

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. ↩︎