Skip to content

Commit

Permalink
fix: encode dropdown icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 27, 2024
1 parent 180096e commit 5eb7295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatters/html/printers/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { HTMLFormatter } from '../main.js'
import type { TokenPrinters } from '../types.js'
import { htmlEscape, wordWrap } from '../helpers.js'

const dropdownIcon = `▼`
const dropdownIcon = '▼'

function openingBrace(formatter: HTMLFormatter) {
return `<span style="${formatter.styles.braces}">{</span>`
Expand Down

0 comments on commit 5eb7295

Please sign in to comment.