mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Remove old consts
This commit is contained in:
@@ -13,22 +13,6 @@ import (
|
|||||||
bf "gopkg.in/russross/blackfriday.v2"
|
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 {
|
type ElementStyle struct {
|
||||||
Color string `json:"color"`
|
Color string `json:"color"`
|
||||||
BackgroundColor string `json:"background_color"`
|
BackgroundColor string `json:"background_color"`
|
||||||
|
|||||||
Reference in New Issue
Block a user