wip
This commit is contained in:
@@ -13,8 +13,7 @@ import (
|
||||
const emptyBlock = "\uE000"
|
||||
|
||||
func fixRenderedBlock(input string) string {
|
||||
input = strings.ReplaceAll(input, "'@type':", "@type:")
|
||||
input = strings.ReplaceAll(input, "'@context':", "@context:")
|
||||
input = strings.ReplaceAll(input, "'_type':", "_type:")
|
||||
if len(input) == 0 {
|
||||
return emptyBlock
|
||||
}
|
||||
|
Reference in New Issue
Block a user