Index: trunk/extensions/ParserPlayground/modules/pegParser.pegjs.txt |
— | — | @@ -727,11 +727,6 @@ |
728 | 728 | }; |
729 | 729 | } |
730 | 730 | |
731 | | -/* TODO: Allow general block-level or inline elements, except if they span a |
732 | | - * source line starting with a pipe. To avoid duplicating all block-level |
733 | | - * productions, a quick check if a potential block-level match spanned a line |
734 | | - * starting with a pipe might be used. Checking this requires access to the |
735 | | - * matched source string. */ |
736 | 731 | table_data |
737 | 732 | = & { dp("table_data enter, pos=" + pos); return true; } |
738 | 733 | "||" td_attr? td:anyblock* newline? { |