We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
使用 API 插入如下 markdown 语句生成的代码块在粘贴时会粘贴至代码块外部
```sql\n\n```
生成的代码块在粘贴时粘贴至代码块内部
The text was updated successfully, but these errors were encountered:
v1.8.7 我这里测试了 prependBlock、appendBlock 和 insertBlock,没有发现问题。
prependBlock
appendBlock
insertBlock
Sorry, something went wrong.
@88250 我刚刚在 1.8.7 中使用 postman 测试了一下, 发现触发的条件为
1.8.7
/api/block/prependBlock
parentID
Vanessa219
No branches or pull requests
描述问题 Describe the problem
使用 API 插入如下 markdown 语句生成的代码块在粘贴时会粘贴至代码块外部
```sql\n\n```
期待的结果 Expected result
生成的代码块在粘贴时粘贴至代码块内部
截屏或者录屏演示 Screenshot or screen recording presentation
版本环境 Version environment
更多信息 More information
The text was updated successfully, but these errors were encountered: