@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
|
|
136
|
+
return content;
|
|
138
137
|
};
|