-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Hello I am looking at this line
markdown-toolbar-element/src/index.ts
Line 116 in 731b52a
const level = parseInt(this.getAttribute('level') || '3', 10) |
and
markdown-toolbar-element/src/index.ts
Line 121 in 731b52a
const prefix = `${'#'.repeat(level)} ` |
and I do it like that in my code
<md-header [attr.level]="1"><gw-toolbar-button [button]="btnType.Header"></gw-toolbar-button></md-header>
but it still gives me 3 signs of # like ### is there some bug or I am doing it wrong? Thank you!
Metadata
Metadata
Assignees
Labels
No labels