From 198821f52bc7f7ee802e03ce8628f12b6828654d Mon Sep 17 00:00:00 2001 From: VonC Date: Mon, 28 Oct 2013 14:48:52 +0100 Subject: [PATCH] Restore default notation for attributes in element. It should be `{. xxxx=yyy }`, not `{_ xxxx=yyy }`. Only test/test-element-attributes-markdown.html were using `{_`, simply in order to test the ability, for the user, to define a _different_ pattern. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b590c1..6963acb 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Special syntax is available for adding attributes to Markdown elements. This is ```html
```