It mainly shows which components are supported by the document.
headings will be parsed into a file title tree and displayed in the right anchor navigation bar. Currently H1-H6 is supported, where H1-H4 represent normal levels, that is, the heading size is larger than the text, H5, H6 represent abnormal levels, and H1 is usually the document Title, H2 is the section title (the top margin of H2 will be larger than the others), which are expressed as different levels of titles in turn.
element 1
element 2
element 3
element 1
element 2
element 3
this is an inner code
model User {id Int @id @default(autoincrement())name String?email String @uniqueprofileViews Int @default(0)role Role @default(USER)coinflips Boolean[]posts Post[]city Stringcountry Stringprofile ExtendedProfile?pets Json}model ExtendedProfile {id Int @id @default(autoincrement())userId Int? @uniquebio String?User User? @relation(fields: [userId], references: [id])}model Post {id Int @id @default(autoincrement())title Stringpublished Boolean @default(true)author User @relation(fields: [authorId], references: [id])authorId Intcomments Jsonviews Int @default(0)likes Int @default(0)}enum Role {USERADMIN}
Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation.
Field | Type | Length/Parameter | Default Value | Description |
---|---|---|---|---|
id | ID | Table ID | ||
channel_id | bigInteger | Customer Source | ||
name | string | 80 | customer name | |
company | string | 200 | company name | |
gender | integer | 0 | gender 0, unknown, 1 male, 2, female | |
birthday | date | birthday | ||
desc | text | CV | ||
status | enum | ["enabled"], ["disabled"], | enabled | status |
This component is an enhanced component of the details function. The purpose is to support embedding code inside details and highlight it. Note: a blank line is required, otherwise an error will be reported.
Cards are often used to illustrate content, or to optimize document structure.
There are mountains in the Great Wilderness, called stars, from the sun and the moon.
There is a country of white people. Emperor Jun gave birth to Emperor Hong, Emperor Hong gave birth to Baimin, Baimin sold his surname, and he used millet to make four birds: leopard, tiger, bear, and scorpion.
There is the country of green hills, there are foxes, and there are nine tails. There are soft servants and people, and it is a country that protects the land. A country with black teeth. Emperor Jun was born with black teeth, surnamed Jiang, ate food, and made four birds.
There is the country of Xiazhou. A country with more than one cover. There is a man of gods, with eight human faces and a tiger's body and ten tails. His name is Tianwu.
In the Great Wilderness, there is a mountain named Juling Yutian, Dongji, Liyang, where the sun and the moon come out. The name is Zhedan, the east is called Zhe, and the wind is called Jun. At the eastern pole to get in and out of the wind.
Notice is often used to explain, prompt or warn the text.
Badge is usually used as a marker to remind readers of critical information or dangerous operations.
/** Icon component, supports the following two icon libraries:* feather icon https://feathericons.com/* material design icon https://fonts.google.com/icons*/import clsx from 'clsx'import { useMemo } from 'react'interface IProps {/** Chart style class */className?: string/** Icon name, starts with `icon` for feather icon and ends with `outline/filled` for material design icon */name: string/** Icon size in px */size?: number/** Icon color, applicable to all font colors */color?: string/** Click event */onClick?: () => void}
icon-github
icon-github size={36}
icon-github size={48} color='blue'
Same as Ant Design Button.
Columns are displayed for content that is out of order and has the same purpose.
It mainly shows which components are supported by the document.
headings will be parsed into a file title tree and displayed in the right anchor navigation bar. Currently H1-H6 is supported, where H1-H4 represent normal levels, that is, the heading size is larger than the text, H5, H6 represent abnormal levels, and H1 is usually the document Title, H2 is the section title (the top margin of H2 will be larger than the others), which are expressed as different levels of titles in turn.
element 1
element 2
element 3
element 1
element 2
element 3
this is an inner code
model User {id Int @id @default(autoincrement())name String?email String @uniqueprofileViews Int @default(0)role Role @default(USER)coinflips Boolean[]posts Post[]city Stringcountry Stringprofile ExtendedProfile?pets Json}model ExtendedProfile {id Int @id @default(autoincrement())userId Int? @uniquebio String?User User? @relation(fields: [userId], references: [id])}model Post {id Int @id @default(autoincrement())title Stringpublished Boolean @default(true)author User @relation(fields: [authorId], references: [id])authorId Intcomments Jsonviews Int @default(0)likes Int @default(0)}enum Role {USERADMIN}
Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation.
Field | Type | Length/Parameter | Default Value | Description |
---|---|---|---|---|
id | ID | Table ID | ||
channel_id | bigInteger | Customer Source | ||
name | string | 80 | customer name | |
company | string | 200 | company name | |
gender | integer | 0 | gender 0, unknown, 1 male, 2, female | |
birthday | date | birthday | ||
desc | text | CV | ||
status | enum | ["enabled"], ["disabled"], | enabled | status |
This component is an enhanced component of the details function. The purpose is to support embedding code inside details and highlight it. Note: a blank line is required, otherwise an error will be reported.
Cards are often used to illustrate content, or to optimize document structure.
There are mountains in the Great Wilderness, called stars, from the sun and the moon.
There is a country of white people. Emperor Jun gave birth to Emperor Hong, Emperor Hong gave birth to Baimin, Baimin sold his surname, and he used millet to make four birds: leopard, tiger, bear, and scorpion.
There is the country of green hills, there are foxes, and there are nine tails. There are soft servants and people, and it is a country that protects the land. A country with black teeth. Emperor Jun was born with black teeth, surnamed Jiang, ate food, and made four birds.
There is the country of Xiazhou. A country with more than one cover. There is a man of gods, with eight human faces and a tiger's body and ten tails. His name is Tianwu.
In the Great Wilderness, there is a mountain named Juling Yutian, Dongji, Liyang, where the sun and the moon come out. The name is Zhedan, the east is called Zhe, and the wind is called Jun. At the eastern pole to get in and out of the wind.
Notice is often used to explain, prompt or warn the text.
Badge is usually used as a marker to remind readers of critical information or dangerous operations.
/** Icon component, supports the following two icon libraries:* feather icon https://feathericons.com/* material design icon https://fonts.google.com/icons*/import clsx from 'clsx'import { useMemo } from 'react'interface IProps {/** Chart style class */className?: string/** Icon name, starts with `icon` for feather icon and ends with `outline/filled` for material design icon */name: string/** Icon size in px */size?: number/** Icon color, applicable to all font colors */color?: string/** Click event */onClick?: () => void}
icon-github
icon-github size={36}
icon-github size={48} color='blue'
Same as Ant Design Button.
Columns are displayed for content that is out of order and has the same purpose.