mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-31 06:06:41 -04:00
Move listitem styling to style JSON
This commit is contained in:
+1
-1
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user