1.1 支持的文档格式
下面是完整格式演示
1.2 This is heading 2
1.2.1 This is heading 3
1.2.1.1 This is heading 4
1.2.1.1.1 This is heading 5
1.2.1.1.1.1 This is heading 6
This is a block quote. With a new line.
1.3 Paragraph
导出飞书知识库,并按相同目录结构生成 Static Page Generator 支持 Markdown
文件组织方式,用于发布为 静态网站。
Generate Feishu Wiki into a Markdown for work with Static Page Generators.
1.4 Callout
Orange Callout
Yellow Callout
Green Callout
Blue Callout
Purple Callout
Gray Callout
1.5 Grid
Here is a 3 column grid example:
BlockQuote in Grid Line 1
This is line 2
List Item in Grid
- This is level 1.1
Level 2
- Level 2.1 as Ordered
- Level 2.2
1.6 Bullet List
Projects
- GitHub
- Twitter
- x.com
OpenSource
- feishu-pages
- feishu-docx
1.7 Ordered List
This is 1 item
- This is a item
- This is i
- This is b
- This c
- This is a item
This is 2 item
- This is 2.1
- This is 2.2
1.8 CodeBlock
A JSON example:
{
"name": "feishu-pages",
}
A TypeScript example:
const name = "feishu-pages";
1.9 TODO
[x] This item is completed
[ ] This is imcomplete
1.10 Divider
There is a divider
To split contents.
1.11 Image
An example of an image with caption.
1.12 File
1.13 Table
Currently, feishu-docx only supports pure Table.
Name | Type | Website |
---|---|---|
This is merge row. | ||
GitHub | Programming | |
Social Network | ||
Dribbble | Design |
1.14 Equation
1. 流程图,画板,思维导图
在飞书编辑器里面,有流程图导出图片或复制图片的功能,将流程图的图片插入到文档中即可
下面这个 UML 图(markdown中不可见):
选复制到粘贴板,再插入图片即可
下面是插入的