in reply to Re^3: • What is this?
in thread • What is this?

And getting a bit crazy with it (and pointless since it wouldn't be searchable by anything but eye) the PM gods could add "author" attributes into "a" tags:

<a href="http://perlmonks.org/index.pl?node_id=323154" author="323154">A Marlin is, A Merlyn isn't</a>.

This will work on browsers that properly support CSS2:

a[author="323154"]:before { /* unicode bullet */ content:'\2022 '; }