We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd7b87 commit 5e14703Copy full SHA for 5e14703
src/core/ansi-colors.ts
@@ -24,7 +24,7 @@ export async function convertToHtmlSpans(str: string) {
24
const el = node as Element;
25
if (el.getAttribute("style") === "font-weight:bold") {
26
el.removeAttribute("style");
27
- el.classList.add("ansi-highlight");
+ el.classList.add("ansi-bold");
28
}
29
30
return doc.querySelector("pre")!.innerHTML;
0 commit comments