mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-02 15:07:28 -04:00
Remove spurious Indent style element
This commit is contained in:
@@ -29,7 +29,6 @@ const (
|
||||
CodeBlock
|
||||
Softbreak
|
||||
Hardbreak
|
||||
Indent
|
||||
Code
|
||||
HTMLSpan
|
||||
Table
|
||||
@@ -175,8 +174,6 @@ func keyToType(key string) (StyleType, error) {
|
||||
return Softbreak, nil
|
||||
case "hardbreak":
|
||||
return Hardbreak, nil
|
||||
case "indent":
|
||||
return Indent, nil
|
||||
case "code":
|
||||
return Code, nil
|
||||
case "html_span":
|
||||
|
||||
Reference in New Issue
Block a user