Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

Markdown Shortcode

Описание

Damn simple [markdown]#via shortcode[/markdown] for wordpress.
This plugin uses parsedown and highlight.js. Zero configuration.

Write this into the editor:

[markdown]  
#h1

h2

text  
____source code (two ore more underscores will be replaced by empty spaces)  
____source code (two ore more underscores will be replaced by empty spaces)  

    `javascript
source code
    `
[/markdown]

and the shortcode content will be parsed with parsedown. Syntax highlighting will appear for the source codes.

This plugin is available at github, too.
Please report issues at github, pull requests are welcome, too!

Снимки на разширението

  • Blog post written in markdown.
  • Same blog post on front end.

Инсталиране

  1. Upload the markdown-shortcode directory to the /wp-content/plugins directory.
  2. Activate the plugin through the plugins menu in WordPress.
  3. Use it by wrapping text in the shortcode

ЧЗВ

Will it work in the Visual Editor?

Yes. You can switch between Visual and Text(HTML) mode. The plugin converts html entities back to the original characters.

The WYSIWYG editor (TinyMCE) is removing empty spaces!

Indeed, TinyMCE is well-known for destroying markup. Replace empty spaces with underscores __ .
Underscores will be converted to empty spaces right before markdown conversion.

Отзиви

30.06.2017
It parses pasted text perfectly. Remember to edit the post in „plain text“ and not in „visual“ mode!! Best of best! Thanks so much for creating it.
03.09.2016
Does what it says and does it cleanly. Had an issue with conflicting plugins dev fixed it very quickly.
03.09.2016
Work as expected , thank you, simple and efficient. (just write „[markdown] blabla [/markdown] with your wysiwyg as „text“ )
Прочетете всички 3 отзива

Сътрудници и разработчици

“Markdown Shortcode” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “Markdown Shortcode” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

0.1

  • see https://github.com/JohannesHoppe/markdown-shortcode/releases for a list of all releases