Markdown within yaml / yaml multi-line escape sequence?
问题 Is it possible to store unescaped markdown documents in yaml? I've tested key:|+ markdown text block that could have any combination of line breaks, >, -, :, ', " etc etc. This does not work. I need something like CDATA or python style triple-quotes for yamal. Any ideas? 回答1: In literal style of scalar type (what you used in example) line brakes needs still to be "escaped" (in this case intended correctly). And you can only have printable characters. I am not fammiliar with markdown, but in