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
<br>See a <ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md" target="_blank">tutorial file</a>.
85
+
<br>
86
+
<br> Control the editor with a simple API:
87
+
<br>
88
+
<br>
89
+
<br>
90
+
<ul>
91
+
<li><code>@import</code> load another markdown file</li>
92
+
<br>
93
+
<li><code>@test</code> load unit tests</li>
94
+
<br>
95
+
<li><code>@action</code> open a file, set/insert text</li>
96
+
<br>
97
+
<li><code>@hint</code> add helpful clues</li>
98
+
</ul>
99
+
</div>
98
100
</div>
99
-
</div>
100
-
<divclass="col-lg-6 col-sm-pull-6 col-sm-6">
101
-
<pre><codeclass="language-markdown">
101
+
<divclass="col-lg-6 col-sm-pull-6 col-sm-6">
102
+
<pre><codeclass="language-markdown">
102
103
# Functional School
103
104
A trip through functional programming in Javascript.
104
105
@@ -121,42 +122,41 @@ <h2 class="section-heading">Build in Markdown</h2>
121
122
```
122
123
))
123
124
</pre></code>
125
+
</div>
124
126
</div>
127
+
125
128
</div>
129
+
<!-- /.container -->
126
130
127
131
</div>
128
-
<!-- /.container -->
132
+
<!-- /.content-section-b -->
129
133
130
-
</div>
131
-
<!-- /.content-section-b -->
134
+
<divclass="content-section-b">
132
135
133
-
<divclass="content-section-b">
136
+
<divclass="container">
134
137
135
-
<divclass="container">
136
-
137
-
<divclass="row">
138
-
<divclass="col-lg-4 col-sm-6">
139
-
<!-- <hr class="section-heading-spacer"> -->
140
-
<divclass="clearfix"></div>
141
-
<h2class="section-heading">Unit Test Feedback</h2>
142
-
<divclass="lead"> Write task feedback using unit tests.<br>
143
-
See a <ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js" target="_blank">complete test file</a>.
<i>We hope to support more test frameworks and programming languages in the near future.</i></div>
157
-
</div>
158
-
<divclass="col-lg-6 col-lg-offset-2 col-sm-6">
159
-
<pre><codeclass="language-js">
138
+
<divclass="row">
139
+
<divclass="col-lg-4 col-sm-6">
140
+
<!-- <hr class="section-heading-spacer"> -->
141
+
<divclass="clearfix"></div>
142
+
<h2class="section-heading">Unit Test Feedback</h2>
143
+
<divclass="lead"> Write task feedback using unit tests.
144
+
<br> See a <ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js" target="_blank">complete test file</a>.
0 commit comments