hfy-mark-tag-hrefs

hfy-mark-tag-hrefs is a compiled Lisp function in `htmlfontify.el'.

(hfy-mark-tag-hrefs SRCDIR FILE)

Mark href start points with the `hfy-link' prop (value: href string).

Mark href end points with the `hfy-endl' prop (value t).

Avoid overlapping links, and mark links in descending length of
tag name in order to prevent subtags from usurping supertags,
(eg "term" for "terminal").
SRCDIR is the directory being "published".
FILE is the specific file we are rendering.