Skip to content

如果文档中存在2张连着的图片时,后面的图片缺失 #4

Description

@ZhenhongDu

正常导出单篇文档的时候,连着的图片的链接长这样:

![image.png](https://cdn.nlark.com/xxx1.png)
![image.png](https://cdn.nlark.com/xxx2.png)
![image.png](https://cdn.nlark.com/xxx3.png)

而通过API导出文档时,连着的图片链接会是这样:

![image.png](https://cdn.nlark.com/xxx1.png)<br />![image.png](https://cdn.nlark.com/xxx2.png)<br />![image.png](https://cdn.nlark.com/xxx3.png)

而这也就导致了正则匹配产生错误,不能正确地匹配到全部图片链接

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions