equal
deleted
inserted
replaced
182 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commentary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
182 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commentary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
183 |
183 |
184 commentary = element commentary { commentary.content } |
184 commentary = element commentary { commentary.content } |
185 |
185 |
186 commentary.content = |
186 commentary.content = |
187 (section* | block*), |
187 (section+ | block+)?, |
188 link* |
188 link* |
189 |
189 |
190 |
190 |
191 # ============================================================================= |
191 # ============================================================================= |
192 # BLOCK LEVEL |
192 # BLOCK LEVEL |