aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandr Grenishin <nd0ut.me@gmail.com>2019-12-06 23:53:04 +0300
committerache <ache@ache.one>2019-12-18 13:23:49 +0100
commit465df6f32b5b235248bc897de126a263ee3bdeda (patch)
treea7161c30edd23ad8a67395506187e384a05bbff3
parentBetter attribut name convention (diff)
`atxHeading` -> `heading`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f99728..a816f6c 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ An object that extends the list of attributes supported for some elements.
Example :
```
-extend: {atxHeading: ['original', 'quality', 'format', 'toc']}
+extend: {heading: ['original', 'quality', 'format', 'toc']}
```
With this configuration, if the scope permits it, 4 mores attributes will be supported for atxHeading elements.