ねむすぎノート
トップ
メニュー
一覧
検索
pukiwiki1.5/code_x.inc.php
をテンプレートにして作成
開始行:
#title(Pukiwikiでソースコード表示するプラグイン(code_x.i...
* Pukiwikiでソースコード表示するプラグイン(code_x.inc.ph...
** 導入 [#d229ac37]
- まず、pukiwiki.ini.php の下記の設定で複数行のプラグイン...
define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 0);
- [[自作プラグイン/code_x.inc.php - PukiWiki-official:htt...
-- plugin/code_x.inc.php をアップロードするだけ
** 参考 [#gcfadfc4]
- https://munibus.hatenablog.com/entry/2023/05/30/235921
** デモ [#d3c52916]
#code_x{{
#include <stdio.h>
int main() {
printf("Hello, World\n");
}
}}
終了行:
#title(Pukiwikiでソースコード表示するプラグイン(code_x.i...
* Pukiwikiでソースコード表示するプラグイン(code_x.inc.ph...
** 導入 [#d229ac37]
- まず、pukiwiki.ini.php の下記の設定で複数行のプラグイン...
define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 0);
- [[自作プラグイン/code_x.inc.php - PukiWiki-official:htt...
-- plugin/code_x.inc.php をアップロードするだけ
** 参考 [#gcfadfc4]
- https://munibus.hatenablog.com/entry/2023/05/30/235921
** デモ [#d3c52916]
#code_x{{
#include <stdio.h>
int main() {
printf("Hello, World\n");
}
}}
ページ名:
トップ
新規
一覧
検索
最終更新
RSS