ISO Admonitions in AsciiDoc

Extend the 5 AsciiDoc admonitions with 324 ISO-compliant symbols.

Download style for free

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

  1. Open adoc Studio

  2. Open the adoc Studio > Preferences… menu (+,)

  3. 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:

  1. Open Product Styles in Preferences (+,)

  2. Right-click the style and choose “Show in Finder”

  3. Right-click ISO.adocstyle → Show Package Contents

  4. 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.