Beispiel #1
0
 def inline_delete_repl(self, stack, delete):
     if not stack.top_check('del'):
         stack.push(moin_page.del_())
     else:
         stack.pop()
Beispiel #2
0
 def inline_strike_repl(self, stack, strike, strike_begin=None):
     if strike_begin is not None:
         stack.push(moin_page.del_())
     else:
         stack.pop()