Closed apiad closed 4 years ago
Refactor Show methods such as do_markup and do_code so that all logic is executed against a local context (something like a dict that passes through the functions), so that there is no show state stored in the Show instance.
Show
do_markup
do_code
dict
Refactor
Show
methods such asdo_markup
anddo_code
so that all logic is executed against a local context (something like adict
that passes through the functions), so that there is no show state stored in theShow
instance.