This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
273ae81ff3
website
/
layouts
/
shortcodes
/
note.html
4 lines
103 B
HTML
Raw
Normal View
History
Unescape
Escape
Convert site to Hugo (#8316) This commit converts content and layout to use Hugo.
2018-05-05 16:00:51 +00:00
<
blockquote
class
=
"note"
>
Add admonition type to shortcode (#9482) * Change existing admon blocks * Fix includes issue
2018-11-06 19:33:04 +00:00
<
div
>
<
strong
>
Note:
<
/
strong
>
{{ .Inner | markdownify }}
<
/
div
>
Convert site to Hugo (#8316) This commit converts content and layout to use Hugo.
2018-05-05 16:00:51 +00:00
<
/
blockquote
>