mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
docs: replace special character by "--" (#1656)
This commit is contained in:
parent
65dea05df0
commit
cd88e651e4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user