anymarkup
anymarkup copied to clipboard
Parse or serialize any markup in Python
# Description Hi there, first of all thanks much for anymarkup. It's a great module and I'm using it for quite some time in the KIWI appliance builder project. Recently...
This might be part of the yaml spec, I am not sure. When I have a long key name it can end up wrapping like so: ``` - ? Lorem...
For formats where it's possible, we would like to be able to add comments to files generated by anymarkup. See: https://github.com/projectatomic/atomicapp/issues/178
Hashicorp developed [HCL](https://github.com/hashicorp/hcl) as an alternative to JSON and YAML and allows its use with some of their tools. As some of our tools use anymarkup and interact with some...