Re: Custom style on title/heading element?
Posted by
thoraxe on
URL: https://discuss.asciidoctor.org/Solved-Custom-style-on-title-heading-element-tp4543p4560.html
Aha!
set :asciidoc, {
safe: :safe,
template_dir: 'source/templates/',
attributes: %W(showtitle env=middleman env-middleman middleman-version=#{Middleman::VERSION})
}
Now I get an error, which is better!
LoadError: cannot load such file -- pry
But it's not in my bundle, so that's to be expected.
Awesome!