Esempio n. 1
0
 def inline_delete_repl(self, stack, delete):
     if not stack.top_check('del'):
         stack.push(moin_page.del_())
     else:
         stack.pop()
Esempio n. 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()