ISO Admonitions in AsciiDoc
Extend the 5 AsciiDoc admonitions with 324 ISO-compliant symbols.
About the Style File
As shown in the video, override an admonition with a custom class to display it in the style of the desired ISO symbol. To do this, enter the ISO code above the admonition. Precede it with the admonition type you want to override for this single instance. It doesn’t matter which of the five admonition types you use—all work. Admonitions without a custom CSS class remain in the classic style. An example:
[TIP.E001]
====
Insert your warning text here.
====
How to Add the Style in adoc Studio
Open adoc Studio
Open the adoc Studio > Preferences… menu (
⌘
+,
)In the “Product Styles” tab, drag & drop the new style into the style selection
You can now choose the new style in preview and export.
By default, the ISO style is based on the Manual style. To use a different base style, edit the info.json
in the ISO.adocstyle bundle:
Open Product Styles in Preferences (
⌘
+,
)Right-click the style and choose “Show in Finder”
Right-click ISO.adocstyle → Show Package Contents
Open the info.json file
Change the “basedOn” entry to the ID of the desired base style. You can find this in the info.json of each stylesheet.
For more information, see our CSS documentation in the User Manual.