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:
Karen Bradshaw
2019-04-09 21:44:12 -04:00
committed by Kubernetes Prow Robot
parent 8c6f0d39db
commit 0c568fa9c9
4 changed files with 39 additions and 11 deletions
+1 -1
View File
@@ -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>