From 2ab8e9ce7ceeea8c79c235e105c5a10ce5afa48e Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 24 Apr 2018 00:58:05 +0200 Subject: update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e632f9f..b99c00d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ mardown-attribute-parser =========== -A node plugin to parse pandoc-style attributes (custom HTML attributes). +A node plugin to parse attributes (custom HTML attributes). ## Syntax -The syntax is the same as pandoc's. +The syntax is common : ```markdown {#thisIsAnId .thisIsAClass thisKey=thisValue} @@ -58,4 +58,3 @@ parseAttr('{ widgth=500px editable=true #unicorn .dangerous .cute }'); ## Licence MIT - -- cgit v1.2.3