Merged
Conversation
新增传入userAccessToken作为可选参数功能
新增高亮块,表格中内容可换行功能
1.新增高亮块类型处理 2.新增表格中内容换行处理
Contributor
Author
|
通过“<”br">"实现表格内容的换行 |
Owner
|
请问你有相对应的测试文档来运行这里修改的代码吗? |
Contributor
Author
我已经进行了测试 但是不方便将文档发送给您 我可以给您提供编写测试文档的大概思路 1.高亮块:就正常插入高亮块 然后在里面写文字即可 2.表格 在表格单元格中写文档内容(最好有多个单元格) 然后进行换行,直接按回车进行换行 可进行一次换行或两次换行或多次换行等多种换行方式 然后转换后注意查看 对应的高亮块内容 和 表格的换行是否正确(包括换行次数) |
Owner
|
请问你可以准备一个单独的脱敏文档然后发到这个PR的对话里面吗? |
Contributor
Author
|
Owner
|
十分感谢你的贡献! |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.对飞书文档中的高亮块类型,使用markdown中的 提示效果来实现高亮
2.项目中飞书中的表格转换为markdown后无法换行,通过
来实现换行效果