Skip to content

>

Supported Document Formats

Here's a demo of the full format

This is heading 2

This is heading 3

This is heading 4

This is heading 5
This is heading 6

This is a block quote. With a new line.

Paragraph

Export the Feishu knowledge base and generate Static Page Generator in the same directory structure Support 'Markdown' file organization for publishing as a Static Website.

Generate Feishu Wiki into a Markdown for work with Static Page Generators.

Callout

❤️

Red Callout

And a Link and Bold in the Callout.

💡

Orange Callout

🤖

Yellow Callout

Green Callout

🐳

Blue Callout

🐳

Purple Callout

🐼

Gray Callout

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

    1. Level 2.1 as Ordered
    2. Level 2.2

Bullet List

  • Projects

    • GitHub
    • Twitter
      • x.com
    • Facebook
  • OpenSource

    • feishu-pages
    • feishu-docx

Ordered List

  1. This is 1 item

    1. This is a item
      1. This is i
    2. This is b
    3. This c
  2. This is 2 item

    1. This is 2.1
    2. This is 2.2

CodeBlock

A JSON example:

json
{
  "name": "feishu-pages",
}

A TypeScript example:```ts const name = "feishu-pages";


## TODO

- [x] This item is completed

- [ ] This is imcomplete

## Divider

There is a divider

---

To split contents.

## Image

An example of an image with caption.

<img src="/assets/LAHrbunRMoEmtFxjk3wc46rvnQV.png" src-width="1280" class="m-auto" src-height="720" align="center"/>
## File

[test.zip] (/assets/NEOWbiOKOo7xbJxsWaJctjTJnFh.zip)

[test-file.zip] (/assets/IfrlbIQ24owNtRxFeySc6bwWnjf.zip)

## Table

Currently, feishu-docx only supports pure Table.

<table header_column="1" header_row="1">
<colgroup>
<col width="180"/>
<col width="222"/>
<col width="418"/>
</colgroup>
<thead>
<tr><th><p>Name</p></th><th><p>Type</p></th><th><p>Website</p></th></tr>
</thead>
<tbody>
<tr><td colspan="3"><p>This is merge row.</p></td></tr>
<tr><td><p>GitHub</p></td><td><p>Programming</p></td><td><p><a href="https://github.com">https://github.com</a></p></td></tr>
<tr><td rowspan="2"><p>Twitter</p></td><td rowspan="2"><p>Social Network</p></td><td><p><a href="https://x.com">https://x.com</a></p></td></tr>
<tr><td><p><a href="https://twitter.com">https://twitter.com</a></p></td></tr>
<tr><td><p>Dribbble</p></td><td><p>Design</p></td><td><p><a href="https://dribbble.com">https://dribbble.com</a></p></td></tr></tbody>
</table>

## Equation

$$E = mc^2$$

# Flowcharts, Sketchpads, Mind Maps

In the Feishu editor, you can export or copy the flowchart, which can be inserted into the document

Here's a UML diagram (not visible in markdown):

Select Copy to pasteboard and insert the image

<img src="/assets/XOrdbT96AoqESuxLdzycuqzAnNd.png" src-width="557" class="m-auto" src-height="202" align="center"/>

Below is the insertion

<img src="/assets/GbdhbPrN6oBtO7xJZTlcMETvnRh.png" src-width="816" class="m-auto" src-height="256" align="center"/>

MIT