"Curt Hibbs" <curt / hibbs.com> writes:

> The more I think about this approach the more I like it. We could also
> do automatic hyperlinking for recognized names (class, method, constant,
> etc.). To prevent unintended linking on short names (like the class
> "Book"), we could only look at styled text for such links (line _Book_
> or *Book*). So if I extend this example, we might get something like
> this:

The ri version only hyperlinks to names it knows are valid class
names, so that might mitigate the problem. The hyperlinks are
calculated at display time, not when the document is parsed.


Dave