Imken
Imken
### 主题版本 v1.3.5 ### Bug 类型 该 Bug 是后端问题 ### 浏览器 此问题与前端无关 ### 普遍性 是 ### 问题描述 根据 Markdown 的规范,`[测试链接](https://imken.moe "title")` 应该被渲染成 `测试链接`,但实际测试发现被渲染成 `[测试链接](https://imken.moe "title")`。 ### 复现步骤 发送带 title 语法的链接。...
**该功能的缺失是否引起你的使用不便? | Is your feature request related to a problem?** 在我的场景下,是这样的。~~(因为自己封装了一个代码高亮的脚本)~~ **你认为该功能应该是什么样的? | Describe the solution you'd like** 希望可以提供禁用插件内置代码高亮的选项(禁用 PrismJS 的脚本、样式加载和语言映射),这样可以有更多的自定义空间。 ~~而不是 `wp_dequeue_script` 一堆脚本然后手动去改这个插件文件去注释掉这个语言映射然后重新提交所有受影响的文章(~~ https://github.com/LuRenJiasWorld/WP-Editor.md/blob/d73d725f0a1730550419372f0f19d797017f45b6/src/App/WPMarkdownParser.php#L456-L473 事实上,使用其它代码高亮插件这条路已经基本上被堵死了。 **有类似功能的产品可供参考吗? | Is there...
I'm trying to add a rule to redirect traffic from 127.0.0.1:5001 to my custom domain, which is protected by Cloudflare One. But I found that the request to my custom...
**What kind of change does this PR introduce?** improved locale of zh-CN. Changed "前一个月" to "上个月". As a native speaker, I think “上个月” is more natural than “前一个月” in this...
> 访问 https://lglg.top/727182 的时候服务器返回 500? 上游库有一堆锅导致的 情况比较复杂 尝试但降级不起作用 上游新版本存在内存泄漏 降到旧版本然后又是这个阴间错误 只能先等上游修了 抱歉 依赖的 `remark-gfm` 导致这个错误 升级 `react-markdown` 可以解决 但是 `rehype-highlight` 新版本存在内存泄漏 旧版本不与 `react-markdown` 新版本兼容 所以就卡在这里了 正在准备采取临时缓解措施 _Originally posted by @immccn123...
**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeeBbADgGwIbwB8AOlAARnDBnFowAWAlgM4D6LrerMeA5qzkYBrOGWYwAToyi8SIMgF8FpVAHpMuAnBJQQAGhAQsMRtGbJQeCRIgB3AApWE5lHhy28AT3MGARhLwwERgAZTwMOAAZaThkADM3Zjg-AKC4UKxA6V5kSQBXZJAkjEZciQKDOAAPLDgpCNg3ABU6qCtGOBcEnCSDZmycOABFPIh4eMTCgCtmKpCB4dHxpG7ekABHJbh7GywXEDxmAFooODgAEwv9EEk8RkEZAGEIDAw8ZAOcHGv+mUGAQRgkkYvjy8HsdWipwmPUK9BgGBwAHUmPBmJkwHAQs5GCYAG64zwfMDMHwgPEFACSUEusBCYCkxn+NJCME8gxhaywNiSSICWA+3M6dTxsQM0iSEhgOz4b05hUyEklHwpYpA3OkMCRjHODGQAA4AAwGCRwTaMU0y3hylaTAw8Xza3X0ZAAJgMeSSTTwvi6dpAcAwvgul3OkTwMjyfDgADEIBI3kDsh88GCICAlEA) **Input:** ```vue {{ "" }} ``` **Output:** ``` SyntaxError: Unexpected closing tag "template". It may happen when the tag has already been closed by another tag....
I've encountered an issue with the plugin incorrectly handling tag-like strings within template literals. Below is a example that reproduces the problem: ``` {{ "" }} ``` https://github.com/vuejs/language-tools/assets/41335471/c7e018d6-c23f-4140-9cbe-4a642f5f6423 In this...