null
null
开发者你好,发现一个 BUG。 对于以下文本,ABC 被三个反引号包裹,很多编辑器会将其解析为单个反引号的 code 语法。 ````markdown ```ABC``` 前1后 前2后 前3后 ```` 但是由于源码中的以下代码,会将 ABC``` 解析为 lang,导致之后的所有内容都被解析为 codeBody,进而之后的全部文本都会失效 ```ts else if (state === state_1.State.BlockCodeLang && str[i] === '\n') { codeLang =...
开发者你好,发现一个 BUG。 当代码块嵌套于无序列表时,代码块将会解析错误,导致后续的文本都被视为 code body。 --- 复现文本: ````markdown - ```js alert("123") ``` - 前word后 ```` 结果: `前word后` 没有正确 padding。
referenced issue:https://github.com/obgnail/typora_plugin/issues/769
本指南旨在协助用户解决 typora_plugin 安装过程中遇到的问题。如您在安装 typora_plugin 时遇到困难,请仔细阅读以下步骤。 若问题仍未解决,请在下方留言,我将尽力提供帮助。 ## 文字简述 1. [下载](https://github.com/obgnail/typora_plugin/releases/latest) 插件源码的压缩包,解压,剪切里面的 plugin 目录 2. 打开 Typora 的安装目录,定位到包含 window.html 文件的目录 3. 粘贴 plugin 目录 4. 定位到 plugin 目录里的 bin 目录,双击执行 install_windows_amd_x64.exe...
## Description Since Typora upgraded to Chromium 128 (likely in Typora version 1.10.8), the behavior of `counter-reset` in CSS has changed, leading to incorrect auto-numbering behavior. Specifically, auto-numbering appears to...
refer issue:#1073
ref issue:#1040
I would like to propose two new rules for markdownlint that are currently implemented in my own [repository](https://github.com/obgnail/markdownlint-custom-rules): 1. **Math blocks should be surrounded by blank lines** :This rule ensures...
- [X] I have searched for existing issues that already reported this problem and found none - [x] The bug is present in [REPL](https://markmap.js.org/repl) **Describe the bug** The `nodeMinHeight` configuration...