1 Oct 2010 23:38
r6434 - trunk/prest/lib/Text/Restructured.pm
<mnodine <at> users.berlios.de>
2010-10-01 21:38:39 GMT
2010-10-01 21:38:39 GMT
Author: mnodine
Date: 2010-10-01 23:38:39 +0200 (Fri, 01 Oct 2010)
New Revision: 6434
Modified:
trunk/prest/lib/Text/Restructured.pm
Log:
* Fixed an issue in recognizing a Roman numeral list beginning VI.
* Added :parent: option to class:: directive
* Propagate classes on list items in list tables to the table cells
Modified: trunk/prest/lib/Text/Restructured.pm
===================================================================
--- trunk/prest/lib/Text/Restructured.pm 2010-09-28 08:21:25 UTC (rev 6433)
+++ trunk/prest/lib/Text/Restructured.pm 2010-10-01 21:38:39 UTC (rev 6434)
<at> <at> -6,7 +6,7 <at> <at>
package Text::Restructured;
# N.B.: keep version in quotes so trailing 0's are not lost
-$VERSION = '0.003043';
+$VERSION = '0.003044';
# This package does parsing of reStructuredText files
<at> <at> -1010,7 +1010,7 <at> <at>
sub EnumType : method {
my ($self, $index) = <at> _;
my <at> matches =
- $index=~/^(?:([0-9]+)|([a-hj-z])|([A-HJ-Z])|([ivxlcdm]+)|([IVXLCDM]+))|(\#)$/;
+ $index=~/^(?:([0-9]+)|([a-hj-uw-z])|([A-HJ-UW-Z])|([ivxlcdm]+)|([IVXLCDM]+)|(\#))$/;
(Continue reading)
RSS Feed