html 2 yaml 工具
我们需要将一些 html 作为 CakePHP 的 yaml 迁移文件的一部分。人们有什么可以用来做这个的吗?
谢谢。
We need to put some html as part of a yaml migration file for CakePHP. Is there anything out there that people use for this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,您可以通过使用 | 来告诉 yaml 不要实际解析值。特点。这就是我所需要的。
谢谢..
it turns out you can tell yaml not to actually parse a value by using the | character. This is all I needed.
Thanks..