aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author@che <ache@ache.one>2018-11-03 01:59:46 +0100
committerGitHub <noreply@github.com>2018-11-03 01:59:46 +0100
commit82b0554132f94a216cd759d9796f74d78f64a452 (patch)
tree530321af066776e173ffc59f5890bd4454aa92ee
parent0.7.1 (diff)
parentUpdate README.md (diff)
Merge pull request #7 from diomed/patch-1
Update README.md
-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`