aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-01-07 13:54:55 +0100
committerache <ache@ache.one>2019-01-07 13:54:55 +0100
commitb372cfc31064abdc6fae01a29815eace9896293f (patch)
treef1cf0f72cec703dce586316e4ef580f630eb6457
parentTest problem fix (diff)
parentMerge branch 'master' of github.com:arobase-che/remark-attr (diff)
Merge branch 'master' of https://github.com/arobase-che/remark-attr
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index be191fb..5b68869 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# remark-attr
-This plugin add support of custom attributes to Markdown syntax.
+This plugin adds support of custom attributes to Markdown syntax.
-For **security reasons**, this plugin use [html-element-attributes](https://github.com/wooorm/html-element-attributes).
+For **security reasons**, this plugin uses [html-element-attributes](https://github.com/wooorm/html-element-attributes).
The use of JavaScript attributes (onload for example) is not allowed by default.
## Default Syntax
@@ -145,7 +145,7 @@ Example :
extend: {atxHeading: ['original', 'quality', 'format', 'toc']}
```
-With this configuration, if the scope permit it, 4 mores attributes will be supported for atxHeading elements.
+With this configuration, if the scope permits it, 4 mores attributes will be supported for atxHeading elements.
###### `options.scope`