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 dfd5a96 commit 9286ca7Copy full SHA for 9286ca7
test/backends/text/highlighters.jl
@@ -25,7 +25,7 @@
25
color = true,
26
highlighters = [
27
TextHighlighter((data, i, j) -> data[i, j] % 2 == 0, crayon"bold fg:cyan")
28
- TextHighlighter((data, i, j) -> data[i, j] % 2 == 0, crayon"bold")
+ TextHighlighter((data, i, j) -> data[i, j] % 2 == 0; bold = true)
29
TextHighlighter((data, i, j) -> data[i, j] % 2 != 0, crayon"bold italics")
30
]
31
)
0 commit comments