here's where the bold is...

This commit is contained in:
Ricardo Pardini
2023-01-21 13:53:11 +01:00
parent 577b4b41ec
commit ce02f1b0be

View File

@@ -145,7 +145,7 @@ function handleDisplay(stack, code, options) {
const codeMap = {
'-1': () => '<br/>',
0: () => stack.length && resetStyles(stack),
1: () => pushTag(stack, 'b'),
1: () => pushTag(stack, 'b'), // bold
3: () => pushTag(stack, 'i'),
4: () => pushTag(stack, 'u'),
8: () => pushStyle(stack, 'display:none'),