Rename Prefix|Suffix & Styled[Prefix|Suffix] => Block[Prefix|Suffix] & Prefix|Suffix

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 23:11:15 +01:00
parent 46f0b9dbbd
commit 02b1904804
19 changed files with 129 additions and 121 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ func (e *LinkElement) Render(w io.Writer, ctx RenderContext) error {
style := ctx.styles.Link
if !textRendered {
pre = ""
style.Prefix = ""
style.Suffix = ""
style.BlockPrefix = ""
style.BlockSuffix = ""
}
el := &BaseElement{