diff --git a/README.md b/README.md
index 5051ef3..33c2ba0 100755
--- a/README.md
+++ b/README.md
@@ -98,3 +98,42 @@ export default {
```
+
+#### Overriding temporarily markdown-it options
+
+To use specific options "on the fly", you can proceed by altering temporarily, the `$md.options` flags.
+
+`hello.vue`:
+```html
+
+
+
+
+
+```