@lobehub/ui 1.168.5 → 1.168.6

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.
@@ -129,7 +129,9 @@ var Markdown = /*#__PURE__*/memo(function (_ref) {
129
129
  var innerRemarkPlugins = Array.isArray(remarkPlugins) ? remarkPlugins : [remarkPlugins];
130
130
  var innerRemarkPluginsAhead = Array.isArray(remarkPluginsAhead) ? remarkPluginsAhead : [remarkPluginsAhead];
131
131
  var memoRemarkPlugins = useMemo(function () {
132
- return [].concat(_toConsumableArray(innerRemarkPluginsAhead), [remarkGfm, enableCustomFootnotes && remarkCustomFootnotes, enableLatex && remarkMath, isChatMode && remarkBreaks], _toConsumableArray(innerRemarkPlugins)).filter(Boolean);
132
+ return [].concat(_toConsumableArray(innerRemarkPluginsAhead), [[remarkGfm, {
133
+ singleTilde: false
134
+ }], enableCustomFootnotes && remarkCustomFootnotes, enableLatex && remarkMath, isChatMode && remarkBreaks], _toConsumableArray(innerRemarkPlugins)).filter(Boolean);
133
135
  }, [isChatMode, enableCustomFootnotes, enableLatex].concat(_toConsumableArray(innerRemarkPluginsAhead), _toConsumableArray(innerRemarkPlugins)));
134
136
  var defaultDOM = /*#__PURE__*/_jsx(ImageGallery, {
135
137
  enable: enableImageGallery,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.168.5",
3
+ "version": "1.168.6",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",