feat: added keyword codec (partially works)
This commit is contained in:
@@ -17,6 +17,8 @@ func ParseBlock(input string, block template.Block) (any, error) {
|
||||
return Yaml(input, block)
|
||||
case template.CodecList:
|
||||
return List(input, block)
|
||||
case template.CodecHashtags:
|
||||
return Keywords(input, block)
|
||||
}
|
||||
return nil, fmt.Errorf("unknown codec: %s", block.Codec)
|
||||
}
|
||||
|
Reference in New Issue
Block a user