-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
🐛 fix: Ignore ** in code blocks #196
Conversation
👍 @sxjeru |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #196 +/- ##
=========================================
+ Coverage 0.00% 0.19% +0.19%
=========================================
Files 330 368 +38
Lines 22325 24669 +2344
Branches 330 381 +51
=========================================
+ Hits 0 47 +47
- Misses 21995 24255 +2260
- Partials 330 367 +37 ☔ View full report in Codecov by Sentry. |
@arvinxx @canisminor1990 这个 fix 可以合并一下。 在代码场景下这个问题出现的还是比较频繁的。 |
❤️ Great PR @sxjeru ❤️ |
### [Version 1.151.1](v1.151.0...v1.151.1) <sup>Released on **2024-09-23**</sup> #### 🐛 Bug Fixes - **misc**: Ignore ** in code blocks, Lock umi. #### 💄 Styles - **misc**: Fallback some style. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Ignore ** in code blocks, closes [#196](#196) ([19ec269](19ec269)) * **misc**: Lock umi ([8e9cf40](8e9cf40)) #### Styles * **misc**: Fallback some style ([7b0dbc1](7b0dbc1)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.151.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.23.1](v1.23.0...v1.23.1) <sup>Released on **2024-09-23**</sup> #### 🐛 Bug Fixes - **misc**: Ignore ** in code blocks, Lock umi. #### 💄 Styles - **misc**: Fallback some style. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Ignore ** in code blocks, closes [lobehub#196](https://github.com/bentwnghk/lobe-ui/issues/196) ([19ec269](19ec269)) * **misc**: Lock umi ([8e9cf40](8e9cf40)) #### Styles * **misc**: Fallback some style ([7b0dbc1](7b0dbc1)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
对 #190 的完善,忽略代码块中的
**
加粗符号。📝 补充信息 | Additional Information
fix lobehub/lobe-chat#3512