如何在 Scalate for Scaml 中指定 HTML5 Doctype 格式?
我正在使用 Scalatra 的内置 Scalate 支持,但我希望我的 default.scaml 布局能够呈现 HTML5 Doctype。 Scalate 文档指出当格式选项设置为 :html5 时, !!!始终是 但我找不到任何人确切说明如何设置格式选项。
蒂亚!
I'm using Scalatra's built-in Scalate support but I want my default.scaml layout to render an HTML5 Doctype. The Scalate documentation states When the format option is set to :html5, !!! is always <!DOCTYPE html> but I can't find anyone saying exactly how to set the format option.
TIA!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请尝试
参阅用户指南了解更多详细信息。
Try
See the user guide for more detail.
另外供参考,如果您想将默认的
!!!
声明更改为 HTML5,您可以更改 ScamlOptions.format var。 似乎还有其他有用的那里还有选项。Also for reference, it looks like if you want to change the default
!!!
declaration to HTML5, you can change the ScamlOptions.format var. Seems there are other helpful options in there also.