You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add markdown extension reference in the README so anyone can use the special formatting in the docs
Fixesopenfaas/faas#628
Signed-off-by: Charlie Pitkin <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,7 @@ This page is published through the use of `mkdocs` and is hosted on https://netl
17
17
*https://docs.openfaas.com/
18
18
19
19
All commits into master (or merged PRs) will appear on the front-page after being rebuilt.
20
+
21
+
## mkdocs-material markdown extensions
22
+
23
+
There are several markdown extensions that can be used to create special formatting. Look at the docs [here](https://squidfunk.github.io/mkdocs-material/extensions/admonition/) for all available extensions.
0 commit comments