Empty heading numbering template displayed as undefined

Description

If I set a heading numbering template to an empty string, then the result is displayed "undefined."

Markdown

# Headline

Template

hNumbering: {
  level1: ''
},

How it is rendered

<h1>undefinedHeadline</h1>

How it should be rendered

<h1>Headline</h1>
Edited by Veit Kunz