File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed
Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 5757 }
5858 }
5959 .fragment .highlight {
60- & .current-fragment {
61- color : var (--jp-orange );
62- }
60+ & .current-fragment {
61+ color : var (--jp-orange );
62+ }
6363 }
6464 strong {
6565 color : var (--jp-orange );
@@ -195,22 +195,13 @@ <h2>Jupyter Book</h2>
195195 < div class ="column " style ="width: 50% ">
196196 < h4 > Executable content</ h4 >
197197 < ul >
198- < li
199- class ="fragment custom highlight "
200- data-fragment-index ="1 "
201- >
198+ < li class ="fragment custom highlight " data-fragment-index ="1 ">
202199 Jupyter Notebooks
203200 </ li >
204- < li
205- class ="fragment custom highlight "
206- data-fragment-index ="2 "
207- >
201+ < li class ="fragment custom highlight " data-fragment-index ="2 ">
208202 < code > code-cell</ code > blocks in Markdown
209203 </ li >
210- < li
211- class ="fragment custom highlight "
212- data-fragment-index ="3 "
213- >
204+ < li class ="fragment custom highlight " data-fragment-index ="3 ">
214205 Inline statements using < code > eval</ code > in Markdown
215206 </ li >
216207 </ ul >
You can’t perform that action at this time.
0 commit comments