Skip to content

Commit ef4c90e

Browse files
committed
Doc
1 parent db0c0d3 commit ef4c90e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/md/howitworks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Let's start with one of the simplest possible cases, where the user clicks the ~
1010

1111
Interactions between the ~ec~ and ~code:Showdown~ scripts occur in 2 ways:
1212

13-
1 ~code:Markdown~/~code:Showdown~ can include HTML sections according to your needs. If a hyperlink element with an id is placed in a ~code:.md~ script, ~ec~ can attach one of its own variables to the hyperlink and detect when it is clicked.
13+
1. ~code:Markdown~/~code:Showdown~ can include HTML sections according to your needs. If a hyperlink element with an id is placed in a ~code:.md~ script, ~ec~ can attach one of its own variables to the hyperlink and detect when it is clicked.
1414

15-
1 In the same way, any element with an id can have its content altered at will by ~ec~. This allows the page to change dynamically under script control.
15+
1. In the same way, any element with an id can have its content altered at will by ~ec~. This allows the page to change dynamically under script control.
1616

17-
There's a fair amount of detail that I've glossed over by picking the simplest example, but this should at least provide an indication of where to start gaining an understanding of the code.
17+
There's a fair amount of detail that I've glossed over by picking the simplest example, but this should at least provide an indication of where to start gaining an understanding of the code.

0 commit comments

Comments
 (0)