epre.inc.php
Pre showing of HTML results of wiki grammars
Table of Contents |
Abstract
This plugin shows outputted HTML of argumented wiki grammer as preformatted text(pre tag).
I made this because I once wanted to show the HTML results of plugins at my plugins' introduction pages.
First Edition. 06/10/2006
Last Modified. 06/10/2006
Last Modified. 06/10/2006
How to use
#epre{{ hoge [[PukiWiki]] }}
Results
<p>hoge</p> <p><span class="noexists">PukiWiki<a href="http://pukiwiki.sonots.com/edit.php?cmd=edit&page=PukiWiki&refer=Plugin%2Fepre.inc.php">?</a></span></p>
Download
右クリックから保存し plugin ディレクトリに置きます。常に開発版です。
Compatibility Check
Please join us to check compatibilities.
Compatible
Incompatible
設定
プラグインで複数行引数を使えるようにしておきます。PukiWiki を 1.4.6 以上にアップデートしてください。
pukiwiki.ini.php
-define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 1); // 1 = Disabled +define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 0); // 1 = Disabled