We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
图片404的时候,会导出报错跳出;
导出带有额外的html编码;
The text was updated successfully, but these errors were encountered:
Grid 这个问题我昨天应该修了的,你试试最新的 feishu-pages NPM,新的方式 Grid 内部会生成 HTML
Markdown 里面是允许采用 HTML 的,绝大多数的 Static Page Generator 均支持此方式,并且飞书的一些特殊格式例如 Callout,使得我们必须用自定义 HTML + 自行实现 CSS 来达到效果。
所以 feishu-docx 导出 Markdown 的时候,给出这些非 Markdown 标准,给出的是 HTML,并定义了一个标准的 CSS class。
Sorry, something went wrong.
https://longbridgeapp.github.io/feishu-pages/zh-CN/feishu-docx
我写了一篇文档,介绍这些特殊的内容格式。
Fix downloadFile failed error #5, if failed ignore that file.
6a6f542
No branches or pull requests
图片404的时候,会导出报错跳出;
导出带有额外的html编码;
The text was updated successfully, but these errors were encountered: