Mailing List Archive

svn commit: r1436378 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki: resources/chaperon/grammars/wiki.grm status.xml
Author: sjur
Date: Mon Jan 21 14:43:22 2013
New Revision: 1436378

URL: http://svn.apache.org/viewvc?rev=1436378&view=rev
Log:
Allow more items as (the first) symbol(s) within inline elements.

Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/resources/chaperon/grammars/wiki.grm
forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/resources/chaperon/grammars/wiki.grm
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/resources/chaperon/grammars/wiki.grm?rev=1436378&r1=1436377&r2=1436378&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/resources/chaperon/grammars/wiki.grm (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/resources/chaperon/grammars/wiki.grm Mon Jan 21 14:43:22 2013
@@ -327,10 +327,17 @@ plaintextitems
: text
| deftermstart
| deftermdefstart
+ | tabletitleitem
| tablecolumnitem
+ | titleitem
+ | subtitleitem
| subsubtitleitem
| bulleted1item
+ | bulleted2item
+ | bulleted3item
| numbered1item
+ | numbered2item
+ | numbered3item
;

deflist

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/status.xml?rev=1436378&r1=1436377&r2=1436378&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/status.xml Mon Jan 21 14:43:22 2013
@@ -23,6 +23,9 @@
</developers>
<changes>
<release version="0.2-dev" date="not-released">
+ <action type="fix" context="code" dev="SNM">
+ Allow more items as (the first) symbol(s) within inline elements.
+ </action>
<action type="add" context="code" dev="SNM">
Removed unneccessary block of reserved characters inside em, strong and
code elements.