nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code
http://natureofcode.com
914 stars 151 forks source link

functions and capitalization in hyperlinks #35

Closed shannonfry closed 12 years ago

shannonfry commented 12 years ago

On p. 27 of the introduction (under "Noise Detail"), I noticed that noiseDetail() should be in fixed-width text, as a function. However, it's also part of the first hyperlink in that box. Can we put noiseDetail() in FW without changing the font of the link itself? Also, I think the "see" before each link will be less obtrusive if it's lowercase.

shiffman commented 12 years ago

We can probably figure out a way to do this. @runemadsen could a link be given its own classname? Like:

http://www.processing.org[Processing,classname="fixedwidth"]

Also Shannon, I actually removed the "See" from links. So now, the output is always:.

Check out Processing (http:///www.processing.org).

I'll make the "See" lowercase for "see p. X"

shannonfry commented 12 years ago

Oh, great. Thanks!

shiffman commented 12 years ago

passthrough blocks are the hacky solution for everything!

closed with e9c1f13bc762da72b8754cc45b1377c4f629fb7c