We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain how to use custom templates for generating HTML output from AsciiDoc. Here are the requirements:
_templates
template_dir
_config.yml
The text was updated successfully, but these errors were encountered:
Here are the steps.
gem 'slim', '~> 3.0.7' gem 'thread_safe', '~> 0.3.5'
$ bundle
$ mkdir _templates
- if title? figure.list.unordered id=id figcaption=title ul class=[style, role] - items.each do |_item| li span.primary=_item.text - if _item.blocks? =_item.content - else ul id=id class=[style, role] - items.each do |_item| li span.primary=_item.text - if _item.blocks? =_item.content
asciidoctor: template_dir: _templates attributes: ...
Sorry, something went wrong.
resolves asciidoctor#73 document how to customize HTML using templates
bcb807c
7b3b377
3d40bee
a735dd3
a3dc29b
mojavelinux
No branches or pull requests
Explain how to use custom templates for generating HTML output from AsciiDoc. Here are the requirements:
_templates
directory in the project root_templates
directorytemplate_dir
option in the Asciidoctor configuration in_config.yml
The text was updated successfully, but these errors were encountered: