Subject: | Calling ignore_markup with 0 as argument has no effect |
Calling ignore_markup with 0 as argument as described in the
documentation to receive markup has no effect, because the argument of
this member function is or'ed with 1 which always results in 1 for the
object variable.
Workaround: set object variable directly (breaks encapsulation)