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