isaqb-org / glossary

An extensive glossary of software architecture (and development) terminology. Explains the terms used and referenced in the iSAQB foundation and advanced level curricula.
https://leanpub.com/isaqbglossary
35 stars 16 forks source link

change leanpub markdown "A>..." to Asciidoc compatible syntax #183

Closed gernotstarke closed 1 year ago

gernotstarke commented 1 year ago

sometimes we used:

A>something

but that's Leanpub-specifc markdown.

In AsciiDoc we should/could replace it with admonition blocks

[NOTE]
====
This is an example of an admonition block.

Unlike an admonition paragraph, it may contain any AsciiDoc content.
The style can be any one of the admonition labels:

* NOTE
* TIP
* WARNING
* CAUTION
* IMPORTANT
====
gernotstarke commented 1 year ago

seems fixed in current "main"d