You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
here's where the bold is...
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user