Why is Flare changing anchor names every build?

This forum is for all Flare issues not related to any of the other categories.
Post Reply
JoeyLumbermouth
Jr. Propeller Head
Posts: 1
Joined: Mon Jul 30, 2018 10:40 am

Why is Flare changing anchor names every build?

Post by JoeyLumbermouth »

Background: I own a help site for a software company.

Problem: Every time I build my output, the anchor names in every topic change. It doesn't affect the usability of the output (HTML), but it does force me to commit and push changes to EVERY file every time I want to post something to my documentation site. That seems... incorrect.

Has anyone faced this issue before?

i.e.:

`<h1><a name="anchor14"></a>` will seemingly arbitrarily change to `<h1><a name="anchor22"></a>` with a new build.
Post Reply