にへるつおるぐ | src | ブログ | コンタクト | 統計 | | Login |
|
|
ソースコード・スクリプト・パッチ置き場 |
GeneralItems that do not fit in other categories NP_Markdown.php.patch
NP_Markdown.php.patch
*** NP_Markdown.php 2005-09-09 08:01:48.000000000 +0900 --- NP_Markdown.php 2009-03-12 15:44:23.000000000 +0900 *************** *** 32,42 **** function getName() { return 'Markdown'; } ! function getAuthor() { return 'Roberto "rbnet" Bolli'; } ! function getURL() { return 'http://www.rbnet.it.com/'; } ! function getVersion() { return '0.5'; } function getDescription() { return _MARKDOWN_DESCRIPTION; --- 32,42 ---- function getName() { return 'Markdown'; } ! function getAuthor() { return 'Roberto "rbnet" Bolli + akebia'; } ! function getURL() { return 'http://nyan.co.uk/akebia/item/359'; } ! function getVersion() { return '0.5-1'; } function getDescription() { return _MARKDOWN_DESCRIPTION; *************** *** 130,146 **** //else $CONF['MarkdownSyntax'] = 1; ! include_once( $this->getDirectory().'markdown.php' ); @include_once( $this->getDirectory().'smartypants.php' ); //warning silenzioso if ( function_exists('SmartyPants') ) { ! $data['item']->body = SmartyPants(Markdown($data['item']->body)); if ( trim($data['item']->more) ) ! $data['item']->more = SmartyPants(Markdown($data['item']->more)); } else { ! $data['item']->body = Markdown($data['item']->body); if ( trim($data['item']->more) ) ! $data['item']->more = Markdown($data['item']->more); } return; } --- 130,146 ---- //else $CONF['MarkdownSyntax'] = 1; ! include_once( $this->getDirectory().'MarkdownEx2.php' ); @include_once( $this->getDirectory().'smartypants.php' ); //warning silenzioso if ( function_exists('SmartyPants') ) { ! $data['item']->body = SmartyPants(MarkdownEx2($data['item']->body)); if ( trim($data['item']->more) ) ! $data['item']->more = SmartyPants(MarkdownEx2($data['item']->more)); } else { ! $data['item']->body = MarkdownEx2($data['item']->body); if ( trim($data['item']->more) ) ! $data['item']->more = MarkdownEx2($data['item']->more); } return; } *************** *** 188,191 **** } } ! ?> \ ファイル末尾に改行がありません --- 188,191 ---- } } ! ?> CommentsNo comments yet
Add CommentTrackbackこのトラックバックURL(右クリックして、リンクのURLをコピー)を使ってこの記事にトラックバックを送ることができます。もしあなたのブログがトラックバック送信に対応していない場合にはこちらのフォームからトラックバックを送信することができます。トラックバックの手動送信に失敗したり、拒否された場合には、あけび猫が入力しますので、こちらまでご連絡下さい。重複したトラックバックは、自動的に1つにまとめられるようなので、気軽に色々試してみて下さい。 |