Engee 文档

排版

function header(args...; size::Int = 1, kwargs...)

基于`size` 生成 HTML 标题(H1 至 H6)代码,其中包括 Twitter Bootstrap 的样式,这是 Stipple 使用的 CSS 框架。

示例

julia> Typography.header("Hello", size = 2)
"<h2 class="text-h2">Hello</h2>"