From cd88e651e4760932eef2b81dcd4181f807a4ffc1 Mon Sep 17 00:00:00 2001 From: Karel Frederix Date: Wed, 3 Feb 2021 14:29:20 +0100 Subject: [PATCH] docs: replace special character by "--" (#1656) --- packages/marko/docs/10-awesome-marko-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko/docs/10-awesome-marko-features.md b/packages/marko/docs/10-awesome-marko-features.md index 3281e0168..26c60fa8e 100644 --- a/packages/marko/docs/10-awesome-marko-features.md +++ b/packages/marko/docs/10-awesome-marko-features.md @@ -122,7 +122,7 @@ Here’s the same thing with the concise syntax: // Count our clicks! div.count p -- Count: ${state.count} -button.example-button on-click('increment') — Click me! +button.example-button on-click('increment') -- Click me! ``` Can’t make up your mind or just want to paste in that code snippet from