Skip to content

Commit

Permalink
Render admonition when asciidoc page is opened from GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Oct 1, 2020
1 parent f0aac17 commit 5e92414
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/architecture/development.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
=== Development
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

[TIP]
====
Expand Down
8 changes: 7 additions & 1 deletion docs/bpmn-support.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[[supported-bpmn-elements]]

== Supported BPMN Elements
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

NOTE: The BPMN support roadmap is available in https://github.com/process-analytics/bpmn-visualization-js/milestones[Github milestones]

Expand Down

0 comments on commit 5e92414

Please sign in to comment.