-
Notifications
You must be signed in to change notification settings - Fork 533
fix: 修复表格同一个单元格内无法连续输入\|的问题 #1588
New issue
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
Conversation
🦋 Changeset detectedLatest commit: 7b062de The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
【预览链接】
|
|
Size Change: +3 B (0%) Total Size: 6.59 MB
ℹ️ View Unchanged
|
|
📦 cherry-markdown dev preview published
Install NPM with : pnpm add cherry-markdown@npm:@cherry-markdown/[email protected]yarn add cherry-markdown@npm:@cherry-markdown/[email protected]npm i cherry-markdown@npm:@cherry-markdown/[email protected]如果你使用了其他以 cherry-markdown 作为同等依赖(peer dependency)的元框架,你需要在 package.json 文件中覆盖 cherry-markdown 依赖,具体操作方式会因你使用的包管理器而略有不同 If you use a meta framework that has cherry-markdown as peer dependency, you have to override the cherry-markdown dependency in your package.json, which works slightly different depending on your package manager # npm
{
"overrides": {
"cherry-markdown": "npm:@cherry-markdown/[email protected]"
}
}
# yarn
{
"resolutions": {
"cherry-markdown": "npm:@cherry-markdown/[email protected]"
}
}
# pnpm
{
"pnpm": {
"overrides": {
"cherry-markdown": "npm:@cherry-markdown/[email protected]"
}
}
}在添加 overrides 之后,重新安装你的依赖并像往常一样启动你的开发服务器或构建你的项目即可,无需进一步的配置更改 After adding these overrides, reinstall your dependencies and start your development server or build your project as usual. No further configuration changes are required |
|
💻 客户端预览构建已完成 (Client Preview Build Completed) 可下载的安装包macOS (Apple Silicon/arm64)
macOS (Intel/x86_64)
Windows
Linux
|
No description provided.