WP-Editor.md icon indicating copy to clipboard operation
WP-Editor.md copied to clipboard

或许这是一个WordPress中最好,最完美的Markdown编辑器

Results 79 WP-Editor.md issues
Sort by recently updated
recently updated
newest added

**BUG描述 | Describe the bug** > 请清晰描述BUG的行为 > A clear and concise description of what the bug is. 在WP 5.7.1里无法正常显示markdown编写的文章 **复现方法 | To Reproduce** > 你是如何复现此BUG的,最好附带上能复现此BUG的文章地址或Markdown原文(建议使用[Pastebin](https://paste.ubuntu.com)或[Gist](https://gist.github.com)上传) > Steps to reproduce...

[BUG]开启该插件后,不能打开菜单栏和搜索栏

## 叙述 在行内代码中的$符号不能正确显示,而是被识别为行内latex公式的标识符,因为在以下示例中,单元格地址大写的A被显示为数学公式字体。 ## 示例 以下是示例文本,您可以用于测试 ```markdown `ROWS($A$1:$A$9)`会返回9,即总行数。 `ROWS($A$1:A1)`会返回一个变化的数值,因为后面的`A1`没有加`$`符号,是相对地址,在向下填充时会依次变为 A1、A2、A3、A4…… ``` ## 猜测 是否因为markdown解析器在匹配到行内代码后仍继续匹配了LaTeX数学公式? ## 测试环境 ![wp-editormd-debug-info](https://user-images.githubusercontent.com/52841727/119168227-45dcf700-ba93-11eb-926b-400966bdd96a.png)

Add/Fix in future version

**BUG描述 | Describe the bug** > 文章内容无法解析 删除一部分内容后就可以正常解析。 正好可以解析的文章 https://www.jikesn.com/1164.html 完整内容不能解析的文章 https://www.jikesn.com/1129.html 奇怪的是在第一篇文章开头加一些文字是可以解析的,但是结尾多加一个字就不能解析了。 换用官方默认主题后依然不能解析,禁用markdown插件后可以正常解析。 **复现方法 | To Reproduce** 原文内容https://paste.ubuntu.com/p/xdFX5YgK2Z/

Working

Bug 描述: WP-Editor.md:10.2.1 wordpress :5.7.1 在 KaTeX启用的情况下,插入 php 代码: ```php

Add/Fix in future version

后台文章编辑页面: ![image](https://user-images.githubusercontent.com/23658564/117904795-9a9aa800-b304-11eb-98d1-2397d1718607.png) web前端显示异常: ![image](https://user-images.githubusercontent.com/23658564/117904863-bc942a80-b304-11eb-965a-e17e766cffb1.png)

Add/Fix in future version

请问: 能否支持短代码格式 能否支持视频上传

Analyzing

**该功能的缺失是否引起你的使用不便? | Is your feature request related to a problem?** 自定义短代码中插入markdown原样输出,比如`[tabs][tab]### test[/tab][/tabs]`,会直接输出`### test` **你认为该功能应该是什么样的? 转义成html标签 **有类似功能的产品可供参考吗? | Is there some similar software?** 实现方面可以参考wp githuber这个,当然它的bug太多,可用性没有本插件好,不过短代码支持非常好 **其他信息 | Additional context**

Nice to have

**BUG描述 | Describe the bug** 在wedocs插件中编辑页面是预览是正常的,一发布就直接显示md源码 **复现方法 | To Reproduce** **期望行为 | Expected behavior** 在wedocs文档中显示正常 **截图 | Screenshots** ![image](https://user-images.githubusercontent.com/1695900/115980400-053aac80-a5bf-11eb-8604-1a3aaf08b53e.png) **调试信息 | Debugging info** **其他内容 | Additional context**

# 问题描述 * 博客地址:[https://www.yusian.com/blog](https://www.yusian.com/blog) * 打开首页时会有一个js文件加载失败,url地址为:[https://cdn.jsdelivr.net/wp/wp-editormd/tags/10.2.1/assets/Prism.js/components/prism-mysql.min.js](https://cdn.jsdelivr.net/wp/wp-editormd/tags/10.2.1/assets/Prism.js/components/prism-mysql.min.js),将该地址直接贴到浏览器中也无法正常打开,报404错误,点击以上链接即可看到; * 直接打开我的博客首页,F12中即可看到问题重现; * 目前好像只有在首页会有这个错误信息,文章页面不会出现。 # 尝试方法 * 编辑器静态资源地址,使用本地资源,会报错`插件资源包已损坏,请在下面提示链接中重新下载!` * 我重新**下载插件扩展资源包**然后覆盖assets目录,问题依旧; * 本地资源中assets目录下的version.json是可以直接访问是到的:[https://www.yusian.com/blog/wp-content/plugins/wp-editormd/assets/version.json](https://www.yusian.com/blog/wp-content/plugins/wp-editormd/assets/version.json) * 使用CDN资源,状态显示:资源为最新版!但首页会报这个js文件无法加载。