fix note shortcode, lists (#13587)
* fix note shortcode, lists - fix note shortcode for use in lists - add example in style guide * add more items to list * update warning, caution, minor tweaks * more updates
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8c6f0d39db
commit
0c568fa9c9
@@ -1,3 +1,3 @@
|
||||
<blockquote class="warning">
|
||||
<div><strong>{{ T "warning" }}</strong> {{ .Inner | markdownify }}</div>
|
||||
<div><strong>{{ T "warning" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
|
||||
</blockquote>
|
||||
|
||||
Reference in New Issue
Block a user