I would like to have inline headings but with my preferred formatting style (one linebreak before and after a heading) I can’t seem to make it work.
#show heading.where(level: 4): it => strong(it.body) + [ ]
// Note: This is how I like my formatting
==== This is not inline with
the following text.
// For it to work it has to look like this
==== This is inline with
the following text.