aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-24 00:58:05 +0200
committerache <ache@ache.one>2018-04-24 00:58:05 +0200
commit2ab8e9ce7ceeea8c79c235e105c5a10ce5afa48e (patch)
tree7e5ad46e1e888320e504025ded8ed54db91f73f5
parentAdd a README (diff)
update README
-rw-r--r--README.md5
1 files 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
-