How to automatically add * before headings?

Why overcomplicate?

#set heading(numbering: "1.1")
#show heading: it => block[#counter(heading).display()#h(0.3em)\*#it.body]

This is, if not all headings features are needed. Actual heading show rule is very big.

1 Like