Hello,
Unfortunately, it appears to me that it is not possible to generate anchors that start with a number. This code
.. _1101:
test
----
.. _a1101:
toast
-----
generates this html:
<div class="section" id="test">
<span id="id1"></span><h1>test<a class="headerlink" href="#test" title="Permalink to this headline">¶</a></h1>
</div>
<div class="section" id="toast">
<span id="a1101"></span><h1>toast<a class="headerlink" href="#toast" title="Permalink to this headline">¶</a></h1>
</div>
The first anchor will still receive an autogenerated id.
Best regards,
Stefano