We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968f76e commit 01f1704Copy full SHA for 01f1704
_includes/content/admonitions/notes.html
@@ -1,12 +1,3 @@
1
-{% if include.type=="note" %}
2
-{% assign glyphClass="glyphicon glyphicon-ok-sign" %}
3
-{% assign blockquoteClass="note-vanilla" %}
4
-{% else if include.type=="warning"%}
5
-{% assign glyphClass="glyphicon glyphicon-exclamation-sign" %}
6
-{% assign blockquoteClass="warning-vanilla" %}
7
-{% else if include.type=="danger"%}
8
-{% assign glyphClass="glyphicon glyphicon-ban-circle" %}
9
-{% assign blockquoteClass="danger-vanilla" %}
10
-{%endif %}
+# PLACEHOLDER FOR LIQUID VARIABLES SOLUTION FOR ADMONITIONS ICONS
+
11
12
-<blockquote class="{{ blockquoteClass }}"><i class="{{ glyphClass }}"></i><b>{{ include.title }}</b><p>{{ include.text | markdownify }}</p></blockquote>
0 commit comments