mirror of
https://github.com/charmbracelet/glow
synced 2024-12-14 06:02:27 +00:00
Move listitem styling to style JSON
This commit is contained in:
parent
1f5aa27934
commit
5fe7e94483
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,6 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
data := "PK\x03\x04\x14\x00\x08\x00\x08\x00\xa9\xacyO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00 \x00dark.jsonUT\x05\x00\x01\x8fI\xdc]|\x8f\xdd\n\x830\x0cF\xef\xfb\x14!\xd7\x0e\x9c\xde\x0c_Fj\x1b\xb4\x18\x9bQ+\x8c\x0d\xdf}\x94\xfdt\x13\xb7\xbb\x10\xce9\xf0\xdd\x14\x00\xb2\xf3#6\x90n\x004\xc2\x12\xb0\x01<V5\x16\x8f\xdf\xe2-\x05v\x9e\xb0\x81\x18\x16R\x00k\xf1R\xdbH\x97\xf8\xdf\xef\x84\xedVu\x93\xeeiG;\xe1\x1b\x19H[\xe7\xfb\x0c}t\x8a\x8dVg\xcd\x88\xdd\x0bWe\xf9\xcd\xb4\x1d\x8b\xd9[\x9e\xc8g?\x0e4\xa5\x18\xce\xc2:\xb8+\xd9\x83\xd5a\xcc!\x9a\xceCN\xb8\xa8\xd9\x99\xed\xd49\x06\xf91#1jU\xf7\x00\x00\x00\xff\xffPK\x07\x08Z\xdf\xb38\xa0\x00\x00\x00\x88\x01\x00\x00PK\x01\x02\x14\x03\x14\x00\x08\x00\x08\x00\xa9\xacyOZ\xdf\xb38\xa0\x00\x00\x00\x88\x01\x00\x00 \x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x00\x00\x00\x00dark.jsonUT\x05\x00\x01\x8fI\xdc]PK\x05\x06\x00\x00\x00\x00\x01\x00\x01\x00@\x00\x00\x00\xe0\x00\x00\x00\x00\x00"
|
||||
data := "PK\x03\x04\x14\x00\x08\x00\x08\x00\x02\xadzO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00 \x00dark.jsonUT\x05\x00\x01\xb5\x9b\xdd]|\x90]j\x840\x14F\xdf\xb3\x8a\xcb}\xb6`\xf5\xa5\xb8\x19\x89\xc9\xad^\xcc\x8f\xc4\x08\xd2\"t-]ZWR2\x7f\x99\x11g\xdeD\xce9\x97/\xdf\x02\x00\x0d\xbb\x11\x1bH\xdf\x00\xa8\xbc\xf1\x01\x1b\xc0\xf7\xaa\xc6\xe2\xfcoq\x9a\x82aG\xd8@\x0c\x0b \x80\xad\xb8\xaam\xa45\xbe\xf6;o\xf4^e+{:\xd0>\xf0\x86\x0c$5\xbb>Cw\x9db\xa7\xd5YS^\x1f\x85\xab\xb2|d\xda\xcexu\xb4<\x91\x97~\x1c\xc8\xa6\x18\xce\xde\xc8\xc0_\xa4\xdf\xb4\x0cc\x0e\x91\x9d\x86\x9c\xe0(\x0d\xab\xfd\xd49\x06\xffdF~\x8eH6\x13S\xa0O^\xd3\xdd\xbf\x9f_8]\x13\x9b\xf8\x0f\x00\x00\xff\xffPK\x07\x08\x0d\x8c \x95\xb6\x00\x00\x00\xae\x01\x00\x00PK\x01\x02\x14\x03\x14\x00\x08\x00\x08\x00\x02\xadzO\x0d\x8c \x95\xb6\x00\x00\x00\xae\x01\x00\x00 \x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x00\x00\x00\x00dark.jsonUT\x05\x00\x01\xb5\x9b\xdd]PK\x05\x06\x00\x00\x00\x00\x01\x00\x01\x00@\x00\x00\x00\xf6\x00\x00\x00\x00\x00"
|
||||
fs.Register(data)
|
||||
}
|
||||
|
|
|
@ -26,5 +26,8 @@
|
|||
},
|
||||
"strong": {
|
||||
"bold": true
|
||||
},
|
||||
"item": {
|
||||
"prefix": "• "
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue