I would like to store HTML snippets inside a YAML file. What is the best way to do that?
Something like:
myhtml: |
<div>
<a href="#">whatever</a>
</div>
I would like to store HTML snippets inside a YAML file. What is the best way to do that?
Something like:
myhtml: |
<div>
<a href="#">whatever</a>
</div>