Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01f1704

Browse files
removed old content from liquid admonitions include file (docker#3271)
Signed-off-by: Victoria Bialas <[email protected]>
1 parent 968f76e commit 01f1704

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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 %}
1+
# PLACEHOLDER FOR LIQUID VARIABLES SOLUTION FOR ADMONITIONS ICONS
2+
113

12-
<blockquote class="{{ blockquoteClass }}"><i class="{{ glyphClass }}"></i><b>{{ include.title }}</b><p>{{ include.text | markdownify }}</p></blockquote>

0 commit comments

Comments
 (0)