Skip to content

Instantly share code, notes, and snippets.

@akishin
Created June 10, 2014 02:29
Show Gist options
  • Save akishin/21ce1562dca6b1995171 to your computer and use it in GitHub Desktop.
Save akishin/21ce1562dca6b1995171 to your computer and use it in GitHub Desktop.
ローカルで使う PukiWiki 用の HTML タグ表示用プラグイン
<?php
function plugin_html_inline()
{
$args = func_get_args();
array_pop($args);
return join(',', $args);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment