You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
closes#1818
Previously, the markdown of some chapters was converted to Jade markup
to support the conditional exclusion of TS prose parts in Dart
chapters. This commit reverts some of that back to clean markdown,
thanks to a few custom directives.
Copy file name to clipboardExpand all lines: public/docs/dart/latest/tutorial/toh-pt3.jade
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ include ../_util-fns
4
4
Our app is growing.
5
5
Use cases are flowing in for reusing components, passing data to components, and creating more reusable assets. Let's separate the heroes list from the hero details and make the details component reusable.
6
6
7
-
p Run the #[+liveExampleLink2('', 'toh-3')] for this part.
7
+
Run the <live-example></live-example> for this part.
8
8
9
9
.l-main-section
10
10
:marked
@@ -240,7 +240,7 @@ code-example(format=".")
240
240
* We learned to bind a parent component to a child component.
241
241
* We learned to declare the application directives we need in a `directives` list.
242
242
243
-
p Run the #[+liveExampleLink2('', 'toh-3')] for this part.
243
+
Run the <live-example></live-example> for this part.
0 commit comments