このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Markdown Display by Logic Hop

説明

Markdown Display by Logic Hop renders markdown as HTML using Parsedown, a Markdown processor written in PHP.

This simple plugin was developed to make writing documentation for Logic Hop easier and more productive.

Your content retains its Markdown formatting in the WordPress editor. The Markdown is rendered as HTML within a DIV with the class markdown when viewed on the frontend or within a preview.

Markdown Display by Logic Hop is also perfect for Logic Hop Affiliates when writing tutorials for Logic Hop as you can easily display code samples.

Special Features

Markdown Display by Logic Hop will process and render both Shortcodes and Logic Tags.

To display Data Logic Tags unprocessed for use in documentation, use the following format:

 {{{ var: variable_here }}}

To display Conditional Logic Tags unprocessed for use in documentation, use the following format:

{{% if condition: condition_here %}}
  // YOUR CONTENT
{{% endif %}}

To display Shortcodes unprocessed for use in documentation, use the following format:

 [[[shortcode_here]]]

スクリーンショット

  • Markdown Display Enabled in sidebar under Publish Settings
  • Markdown rendered as HTML

インストール

  1. Add the plugin from your WordPress Dashboard
  2. In any Page or Post select Markdown Display Enabled in the sidebar under Publish Settings
  3. Write your content with Markdown
  4. Publish or Preview to view your Markdown as HTML

FAQ

What does Markdown Display by Logic Hop do?

Markdown Display by Logic Hop renders markdown as HTML using Parsedown, a Markdown processor written in PHP.

Does it change my Markdown to HTML in the editor?

Your content retains its Markdown formatting in the WordPress editor. The Markdown is rendered as HTML when viewed on the frontend or within a preview.

How do I style my Markdown with CSS?

Markdown Display by Logic Hop renders Markdown content within a DIV with the class markdown.

Does this plugin work in Gutenberg

No, Gutenberg converts Markdown content to HTML automatically.

What is Logic Hop?

Logic Hop brings the power of content personalization to WordPress.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Markdown Display by Logic Hop はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Markdown Display by Logic Hop” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

  • Initial version