integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

INTLY-5299: Support additional admonition styles #551

Closed AdamJ closed 4 years ago

AdamJ commented 4 years ago

Motivation

Support the additional admonition styles from AsciiDoc:

What

Added the following classes to .admonitionblock:

.admonitionblock.tip,
.admonitionblock.note,
.admonitionblock.important,
.admonitionblock.warning

Why

Complete INTLY-5299

How

Added classes that match AsciiDoc injections.

Verification Steps

  1. Go to a walkthrough
  2. Either find an item with one of the five admonition types
  3. Verify that the styles are working
  4. If desired, edit the code in the inspector to use one of the other admonition types

Checklist:

Progress

Additional Notes

Screen Shot 2020-02-11 at 2 55 26 PM