equal
deleted
inserted
replaced
245 |
245 |
246 p = element p { p.content } |
246 p = element p { p.content } |
247 |
247 |
248 p.content = |
248 p.content = |
249 inlines |
249 inlines |
250 & link* |
|
251 |
250 |
252 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ speech ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
251 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ speech ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
253 |
252 |
254 # ~~~~~~ speech |
253 # ~~~~~~ speech |
255 speech = element speech { speech.content } |
254 speech = element speech { speech.content } |
409 & highlight* |
408 & highlight* |
410 & mentioned* |
409 & mentioned* |
411 & quote* |
410 & quote* |
412 & acronym* |
411 & acronym* |
413 & term* |
412 & term* |
|
413 & link* |
414 } |
414 } |
415 |
415 |
416 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sub, sup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
416 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sub, sup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
417 |
417 |
418 sup = element sup { inlines } |
418 sup = element sup { inlines } |