@lobehub/ui 2.11.3 → 2.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- import { fixMarkdownEmphasisSpacing } from "./fixMarkdownEmphasisSpacing";
2
1
  import { preprocessLaTeX } from "./latex";
3
2
 
4
3
  // Cache configuration
@@ -134,5 +133,5 @@ export var preprocessContent = function preprocessContent(str) {
134
133
  if (enableCustomFootnotes) {
135
134
  content = transformCitations(content, citationsLength);
136
135
  }
137
- return fixMarkdownEmphasisSpacing(content);
136
+ return content;
138
137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",