Michael

Results 15 issues of Michael

在翻译markdown的时候,能否实现链接中的括号不要转化成中文的括号。比如: ```markdown [Edit Image](/abc/def/ghi) ``` 翻译完之后是 ```markdown [编辑图像](/abc/def/ghi) ``` 这里的圆括号被转换了,其他的还有``会被转成双引号。 ------ 第二点是,有些特殊情况下的词,是不需要翻译的,能否加入一个规则里面。比如 :::tip 这tip是组件的名称,应该不需要翻译的。

------------------------------ - Operating System: `Darwin` - Node Version: `v18.13.0` - Nuxt Version: `3.1.2` - Nitro Version: `2.1.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `alias`, `app`, `css`,...

enhancement
good first issue

like this ,the id value with transform, ![image](https://user-images.githubusercontent.com/3676670/157653530-21b5ffd5-e838-4ec4-b3be-8778c9d3257f.png)

非常棒的一个插件,效果非常惊艳 由于我还是初学,感觉这个插件的用法好像还是vue2的写法。 比如其中里面还用到了this什么的。作者能否抽时间给个标准的vue3的写法呢,以及在setup script下的。 万分感谢。

### Environment nitro: 2.1.1 node: 18 ### Reproduction ![image](https://user-images.githubusercontent.com/3676670/218331130-d20df838-d940-41e7-9c7f-c4da08e6a5ff.png) ```js nitro: { compressPublicAssets: true, }, ``` ### Describe the bug When the compression option is turned on, there will be...

enhancement