Skip to content

Commit 073c3f3

Browse files
committed
Move tex-only macros to only cover a single line
Apparently you can't match multi-line macros in asciidoc?
1 parent ef3c3d5 commit 073c3f3

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

04_data.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,7 @@ structure.
565565

566566
(((JOURNAL data set)))Jacques kept his journal for three months. The
567567
resulting ((data set)) is available in the coding sandbox for this
568-
chapter(!tex
569-
(http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!),
568+
chapter(!tex (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!),
570569
where it is stored in the `JOURNAL` variable, and in a downloadable
571570
http://eloquentjavascript.net/code/jacques_journal.js[file].
572571

06_object.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,7 @@ code doesn't really do anything interesting.
759759
mountains that we are trying to build is available in the `MOUNTAINS`
760760
variable in the ((sandbox)), and also
761761
http://eloquentjavascript.net/code/mountains.js[downloadable] from the
762-
list of data sets on the website(!tex
763-
(http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
762+
list of data sets on the website(!tex (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
764763

765764
(((table example)))We will want to highlight the top row, which
766765
contains the column names, by underlining the cells with a series of

13_dom.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,7 @@ The same source data that was used in
939939
link:06_object.html#mountains[Chapter 6] is again available in the
940940
`MOUNTAINS` variable in the sandbox, and also
941941
http://eloquentjavascript.net/code/mountains.js[downloadable] from the
942-
list of data sets on the website(!tex
943-
(http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
942+
list of data sets on the website(!tex (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
944943

945944
Write a function `buildTable` that, given an array of objects that
946945
all have the same set of properties, builds up a DOM structure

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Other pages</h2>
8282

8383
<ul class="links">
8484
<li><a href="code">Code sandbox and exercise solutions</a></li>
85-
<li><a href="1st_edition">The first edition of the book</a></li>
85+
<li><a href="http://eloquentjavascript.net/1st_edition">The first edition of the book</a></li>
8686
</ul>
8787

8888
</article>

0 commit comments

Comments
 (0)