albertvillanova HF staff commited on
Commit
daf1849
1 Parent(s): c73747f

Add several Warning styles

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -4,6 +4,22 @@ tags:
4
  - zenodo
5
  ---
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  <Deprecated>
8
  This is a warning
9
  </Deprecated>
4
  - zenodo
5
  ---
6
 
7
+ <div class="alert alert-danger" role="alert">
8
+ <div class="row vertical-align">
9
+ <div class="col-xs-1 text-center">
10
+ <i class="fa fa-exclamation-triangle fa-2x"></i>
11
+ </div>
12
+ <div class="col-xs-11">
13
+ <strong>Error:</strong>
14
+ </div>
15
+ </div>
16
+ </div>
17
+
18
+ >[!WARNING]
19
+ >This is a warning
20
+
21
+ _**Warning:** Be very careful here._
22
+
23
  <Deprecated>
24
  This is a warning
25
  </Deprecated>