We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1002ef5 commit b8f3ae9Copy full SHA for b8f3ae9
todo-list.md
@@ -1188,7 +1188,12 @@ you should see something like this:
1188
### `view` Function
1189
1190
Now that we have the individual ("_lower order_") functions
1191
-**`render_main`** #51, **`render_item`** #52, and **`render_footer`** #53
+**`render_main`**
1192
+[#51](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues/51),
1193
+**`render_item`**
1194
+[#52](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues/52),
1195
+and **`render_footer`**
1196
+[#53](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues/53)
1197
for rendering the _sections_ of the todo app,
1198
we can write the `view` function to render the _entire_ app!
1199
0 commit comments