From 7c68ee4cbca28a58a1a732fb7eb10069f653fde8 Mon Sep 17 00:00:00 2001 From: May Kittens Devour Your Soul Date: Fri, 2 Nov 2018 14:33:35 +0100 Subject: Update README.md --- README.md | 6 +++--- 1 file 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` -- cgit v1.2.3