#
be906b56 |
| 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved all parsing related namespaces to their own
|
#
36dc94bb |
| 28-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested na
split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
show more ...
|
#
dbd52c81 |
| 02-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
minor optimization how cell counts are fixed in tables
array splice operations are expensive. when many cells in a table row are missing, the operation should be executed only once instead for each
minor optimization how cell counts are fixed in tables
array splice operations are expensive. when many cells in a table row are missing, the operation should be executed only once instead for each missing cell.
show more ...
|
#
c2a1d01e |
| 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
update unittests for THEAD rules
|
#
4e60057c |
| 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Merge branch 'master' into tablethead
|
#
5a41afe6 |
| 01-Dec-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1833 (b) Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy ta
FS#1833 (b) Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins
show more ...
|
#
e0328e30 |
| 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
swap order ot test parameters to match expected,actual as per documentation & test output
|
#
688ce8d8 |
| 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update tests for use with <THEAD> changes
|
#
f05a1cc5 |
| 17-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764
|
#
0d9a72ff |
| 25-Sep-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added unittests for rowspans at first table row
|
#
f8369d7d |
| 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
moved _testing to _test
|