This example page is solely intended to demonstrate that Jekyll front matter and AsciiDoc page attributes can be combined. This is necessary if you want to use tags with HTML special characters in an AsciiDoc post.
Here, I use the tag A&B
with the HTML special character &
.
This tag must be set through the Jekyll front matter; otherwise,the AsciiDoc processor would convert it to A&B
.
Matching it with the tag descriptions would then be impossible, as A&B
is defined in the tag-descriptions.yml
file.
See the release notes for version 0.12.0 and the AsciiDoc Example for further details and example code.