Workarounds for bug with `#set heading(outlined:false)`?

I have reported the bug here, this is the problem :thinking:.

Found this trick:

#heading("H1",outlined: true, level:1)
#heading("H2",outlined: false, level:2)
#heading("H2",outlined: true, level:2)