one-design-next 0.0.58 → 0.0.59

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.
@@ -140,7 +140,9 @@ export function StreamText(_ref) {
140
140
  "data-odn-stream-text": true,
141
141
  style: rootStyle
142
142
  }, /*#__PURE__*/React.createElement(Markdown, {
143
- remarkPlugins: [remarkGfm],
143
+ remarkPlugins: [[remarkGfm, {
144
+ singleTilde: false
145
+ }]],
144
146
  components: {
145
147
  pre: function pre(_ref2) {
146
148
  var _codeEl$props$classNa, _codeEl$props, _codeEl$props$childre, _codeEl$props2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "one-design-next",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "One Design Next from TAD@tencent.com",
5
5
  "packageManager": "pnpm@11.8.0",
6
6
  "module": "dist/index.js",