Re: help on autogenerated ids
Posted by
mojavelinux on
May 03, 2019; 9:48pm
URL: https://discuss.asciidoctor.org/help-on-autogenerated-ids-tp6884p6885.html
The correct ID is:
_maintenance_vérification
That's because Asciidoctor core supports Unicode IDs. At some point in the past it didn't, but it has now for at least a year if not more.
Best,
-Dan
On Fri, May 3, 2019 at 10:16 AM thierrybo [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
I use Asciidoctor PDF 1.5.0.alpha.16 using Asciidoctor 2.0.7 and I read https://asciidoctor.org/docs/user-manual/#auto-generated-ids
with this asciidoc text:
[appendix]
== Maintenance - Vérification ==
I think the good reference is <<_maintenance_v_rification,Maintenance - Vérification>>
It works from AsciidoctorFX but not with asciidoctor-pdf, I get asciidoctor: INFO: possible invalid reference: _maintenance_v_rification
and the text is generated as link in pdf document but the link is dead. I tried the other syntax <<_maintenance_vrification,Maintenance - Vérification>>
wit no success.
--