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 a532edf commit 1690688Copy full SHA for 1690688
src/widgets/markdown.jl
@@ -45,7 +45,7 @@ function draw(l::Markdown.List, area::Rect, buf::Buffer)
45
)
46
row = top(item_area)
47
col = left(item_area)
48
- set(buf, col, row, " * ", Crayon(bold = true, foreground = :red))
+ set(buf, col, row, " ● ", Crayon(bold = true, foreground = :red))
49
inner_area = Rect(item_area, Margin(0, 5))
50
draw(item[1], inner_area, buf)
51
end
0 commit comments