-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]贴代码的时候斜线被吃掉的问题 #579
Comments
可以先尝试一下输入 |
嗯,加了一个斜线解决了。我刚才把所有插件都停掉了,也没有发现问题。 |
就是说,这个问题仍然是存在的。 |
我甚至把您的这个插件也停掉了,那个斜线仍然不显示。 |
而且只有第一行有这个问题,第二行以后就没有这个问题了。 |
是的,我这里也复现了,暂时先使用 |
收到,非常感谢! |
不好意思没截到,https://github.com/LuRenJiasWorld/WP-Editor.md/blob/master/src/App/WPMarkdownParser.php#L206 这里 |
报错了: Parse error: syntax error, unexpected identifier " " in /www/wwwroot/yangyq.net/wp-content/plugins/wp-editormd/src/App/WPMarkdownParser.php on line 207 |
代码好像没问题啊。 |
205~207 直接删掉试试看呢? |
Parse error: syntax error, unexpected identifier " " in /www/wwwroot/yangyq.net/wp-content/plugins/wp-editormd/src/App/WPMarkdownParser.php on line 205 |
奇怪啊,看起来没任何问题啊 |
好了,似乎是中文符号的问题,这一句前面,似乎有一个中文符号。 |
是很奇怪。我发你整段代码你粘贴进去看看: public function do_codeblock_preserve($matches) {
$block = esc_html($matches[3]);
$open = $matches[1] . $matches[2] . "\n";
return $open . $block . $matches[4];
} |
嗯嗯,试下触发保存,然后预览看看还有没有这个问题吧。 |
好像还是不行。一样的。 |
有在文章编辑页面里点击保存文章吗?这样才能触发这篇文章的重新渲染。 |
我打包一个最新开发版的安装包,你使用插件管理的上传功能,安装之后再试试看: |
可以了,这个版本没问题了。 |
解决了就好~ |
感谢,这个插件太好了,加油! |
赞赏了,钱不多,吃个肉夹馍吧。 |
太感谢了,祝你使用愉快!有问题欢迎随时反馈~ |
BUG描述 | Describe the bug
例如:
在编辑其中:
但是在前端:
The text was updated successfully, but these errors were encountered: