Changeset 278 for lang/perl/Text-Nyarlax
- Timestamp:
- 09/25/07 15:38:24 (16 months ago)
- Location:
- lang/perl/Text-Nyarlax/trunk
- Files:
-
- 1 added
- 1 modified
-
lib/Text/Nyarlax/Parser/PRD.pm (modified) (2 diffs)
-
t/parser/spec/blocknotes.tb (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Text-Nyarlax/trunk/lib/Text/Nyarlax/Parser/PRD.pm
r260 r278 100 100 | DefinitionList[ indent => 0 ] 101 101 | BlockQuote 102 | BlockNotes 102 103 | Paragraph 103 104 … … 204 205 $elm->attr->{'title'} = $item{'Text(?)'}->[0] if ( $item{'Text(?)'}->[0] ); 205 206 $elm->attr->{'cite'} = $item{'URI(?)'}->[0] if ( $item{'URI(?)'}->[0] ); 207 $return = $elm; 208 } 209 210 BlockNotes : /[(]{3}\n/ Content(s) /[)]{3}\n/ 211 { 212 my $elm = element( $item[0] ); 213 $elm->push_content( @{ $item{'Content(s)'} } ); 214 $elm->join_content( element => 'Section' ); 206 215 $return = $elm; 207 216 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)