mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Clean up pre/post ambiguity
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@ func (e *ParagraphElement) Render(w io.Writer, node *bf.Node, tr *TermRenderer)
|
||||
}
|
||||
|
||||
el := &BaseElement{
|
||||
Pre: pre,
|
||||
Token: string(node.Literal),
|
||||
Style: Paragraph,
|
||||
Prefix: pre,
|
||||
Token: string(node.Literal),
|
||||
Style: Paragraph,
|
||||
}
|
||||
return el.Render(w, node, tr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user