diff --git a/README.md b/README.md index 4b73e05..2740342 100755 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ Additionally __Bold__ and _Italics_ are implemented with underscores as well as asterisks. Simply bind the command you want. Math toggles are also included. + +![Default formatting](images/DefaultFormatting.gif) + +![Better formatting](images/BetterFormatting.gif) ## Philosophy - By default no features are enabled. You can enable the features you want. diff --git a/images/BetterFormatting.gif b/images/BetterFormatting.gif new file mode 100755 index 0000000..e5bd6c0 Binary files /dev/null and b/images/BetterFormatting.gif differ diff --git a/images/DefaultFormatting.gif b/images/DefaultFormatting.gif new file mode 100755 index 0000000..0fab4d0 Binary files /dev/null and b/images/DefaultFormatting.gif differ