Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
Using numbers as references to the Nth heading is a bad idea. When a heading gets added or deleted, all the links out there will be wrong. If this is going to happen at all, it makes more sense to...
Answer
#1: Initial revision
Using numbers as references to the Nth heading is a bad idea. When a heading gets added or deleted, all the links out there will be wrong. If this is going to happen at all, it makes more sense to use the existing id="name" attributes on heading tags. That's already a well-defined standard.