diff options
| author | Aleksandr Grenishin <nd0ut.me@gmail.com> | 2019-12-06 23:53:04 +0300 |
|---|---|---|
| committer | ache <ache@ache.one> | 2019-12-18 13:23:49 +0100 |
| commit | 465df6f32b5b235248bc897de126a263ee3bdeda (patch) | |
| tree | a7161c30edd23ad8a67395506187e384a05bbff3 | |
| parent | Better attribut name convention (diff) | |
`atxHeading` -> `heading`
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |