equal
deleted
inserted
replaced
354 block.head?, |
354 block.head?, |
355 (p | speech | \list)+, |
355 (p | speech | \list)+, |
356 attribution? |
356 attribution? |
357 |
357 |
358 # ~~~~~~ attribution |
358 # ~~~~~~ attribution |
359 attribution = element attribution { attribtuion.content } |
359 attribution = element attribution { attribution.content } |
360 |
360 |
361 attribtuion.content = |
361 attribution.content = |
362 inlines |
362 inlines |
363 |
363 |
364 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
364 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
365 |
365 |
366 table = element table { table.content } |
366 table = element table { table.content } |