This pull request adds handling to convert sections tagged as "introduction" (not a core part of AsciiDoc vocab, but I think it's worth adding support for this customization):
[introduction]
== This is an Introduction
Some text here
To HTMLBook as follows:
<section data-type="introduction">
<h1>This is an Introduction</h1>
<p>Some text here</p>
</section>
Could you please review and let me know if this looks good to merge?
Hi @sarahs,
This pull request adds handling to convert sections tagged as "introduction" (not a core part of AsciiDoc vocab, but I think it's worth adding support for this customization):
To HTMLBook as follows:
Could you please review and let me know if this looks good to merge?
Thanks, Sanders