Skip to content

Commit 1690688

Browse files
committed
Change bullet type
1 parent a532edf commit 1690688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/markdown.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function draw(l::Markdown.List, area::Rect, buf::Buffer)
4545
)
4646
row = top(item_area)
4747
col = left(item_area)
48-
set(buf, col, row, " * ", Crayon(bold = true, foreground = :red))
48+
set(buf, col, row, " ", Crayon(bold = true, foreground = :red))
4949
inner_area = Rect(item_area, Margin(0, 5))
5050
draw(item[1], inner_area, buf)
5151
end

0 commit comments

Comments
 (0)