diff --git a/docs/how-to-add-warning-and-notes.md b/docs/how-to-add-warning-and-notes.md new file mode 100644 index 0000000..94ed143 --- /dev/null +++ b/docs/how-to-add-warning-and-notes.md @@ -0,0 +1,15 @@ +# How to add warning and notes + +## Warning +```warning +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +``` + +![Warning example](images/warning.png) + +## Note +```note +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +``` + +![Note example](images/note.png) diff --git a/docs/images/note.png b/docs/images/note.png new file mode 100644 index 0000000..930bd76 Binary files /dev/null and b/docs/images/note.png differ diff --git a/docs/images/warning.png b/docs/images/warning.png new file mode 100644 index 0000000..8db65b5 Binary files /dev/null and b/docs/images/warning.png differ diff --git a/docs/index.md b/docs/index.md index b6b7e36..578c23d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,3 +2,4 @@ * [Setup](setup.md) * [How to use](how-to-use.md) +* [How to add warning and notes](how-to-add-warning-and-notes.md)