這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

GitHub-Flavored Markdown Comments

描述

Comment forms allow some HTML, this plugin extends that to let users type in Markdown and have it automatically converted to HTML. It also extends Markdown with a couple features made popular by GitHub. Conversion from Markdown to HTML is completely automated and doesn’t require anything on the commenter’s part.

The feature additions from GitHub are:

  • Single linebreaks are treated as new paragraphs
  • Code “fencing” with three backticks (“`)

Two notable features from GitHub’s Markdown implementation are missing:

  • To do lists: Doing these well would require some front end interaction, which I decided is outside the scope of this plugin at least for now
  • Repository autolinking (e.g. comments, issues, etc): These seemed a little too GitHub-specific.

GitHub-Flavored Markdown Comments is developed, unsurprisingly, on GitHub.

螢幕截圖

  • Example of pre- and post- converted text (live previews are not (yet) includeded in the plugin).

安裝

This plugin doesn’t have any options. Install it, activate it, and it’s on.

Note: GitHub-flavored Markdown Comments required PHP 5.3 or later. If your server has PHP 5.2, this plugin will quickly break your site.

評價

There are no reviews for this plugin.

貢獻者及開發者

“GitHub-Flavored Markdown Comments” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.0

  • Genesis.