Skip to content

Commit 33fba8b

Browse files
committed
Fix source highlighting
1 parent e617c01 commit 33fba8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,9 @@
15971597

15981598
for (int j = 0; j < image_height; ++j) {
15991599
std::clog << "\rScanlines remaining: " << (image_height - j) << ' ' << std::flush;
1600+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++ highlight
16001601
auto t = (j + random_double()) / (image_height-1);
1602+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
16011603

16021604
for (int i = 0; i < image_width; ++i) {
16031605
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++ highlight

0 commit comments

Comments
 (0)