diff --git a/listitem.go b/listitem.go index 09316bc..1ea2df5 100644 --- a/listitem.go +++ b/listitem.go @@ -21,7 +21,7 @@ func (e *ItemElement) Render(w io.Writer, node *bf.Node, tr *TermRenderer) error } el := &BaseElement{ - Prefix: strings.Repeat(" ", l-1) + "• ", + Prefix: strings.Repeat(" ", l-1), Token: string(node.Literal), Style: Item, }