mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-02 23:17:34 -04:00
Remove old consts
This commit is contained in:
@@ -13,22 +13,6 @@ import (
|
||||
bf "gopkg.in/russross/blackfriday.v2"
|
||||
)
|
||||
|
||||
type RuleKey int
|
||||
|
||||
const (
|
||||
Color RuleKey = iota
|
||||
BackgroundColor
|
||||
Underline
|
||||
Bold
|
||||
Italic
|
||||
CrossedOut
|
||||
Faint
|
||||
Conceal
|
||||
Overlined
|
||||
Inverse
|
||||
Blink
|
||||
)
|
||||
|
||||
type ElementStyle struct {
|
||||
Color string `json:"color"`
|
||||
BackgroundColor string `json:"background_color"`
|
||||
|
||||
Reference in New Issue
Block a user