Instead of posting hacks in the AUG might it be better to develop the software for the future, ironing out the blips:
At present it would seem that it only converts
a string occurring after a valid tag that contains a dot followed by no more than four further characters
i.e. a valid filename (Lee's suggestion of 'looking for .htm or .html' would need expanding to include any possible extension) thereby excluding the the use of an '#a(reference)' anchor
The software should convert
anything that comes after a valid opening tag and before the next closing tag
For example, <A HREF="anything here"> - if the user makes a typo it's their own fault....
OR, the first scenario needs amending to cover 'three or four characters after the dot but could be followed by '#' ignoring anything after the # and before the next >
Comment