asciidoctor-epub3: Inline anchors are missing their ids
In the epub output I’m getting a nice chapter for the bibliography, but it’s generating anchor links with empty ids, like so:
<span class="principal">[<a id=""></a>] ... </span>
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- resolves #201 make convert_inline_anchor more in line with the html converter In particular, some cases were using `node.target` as the `id` instead of `node.id`. — committed to michaelpj/asciidoctor-epub3 by michaelpj 5 years ago
- resolves #201 make convert_inline_anchor more in line with the html converter In particular, some cases were using `node.target` as the `id` instead of `node.id`. — committed to michaelpj/asciidoctor-epub3 by michaelpj 5 years ago
- resolves #201 make convert_inline_anchor more in line with the html converter In particular, some cases were using `node.target` as the `id` instead of `node.id`. — committed to michaelpj/asciidoctor-epub3 by michaelpj 5 years ago
- resolves #201 make convert_inline_anchor more in line with the html converter In particular, some cases were using `node.target` as the `id` instead of `node.id`. — committed to michaelpj/asciidoctor-epub3 by michaelpj 5 years ago
- resolves #201 make convert_inline_anchor more in line with the html converter In particular, some cases were using `node.target` as the `id` instead of `node.id`. — committed to michaelpj/asciidoctor-epub3 by michaelpj 5 years ago
- resolves #201 make convert_inline_anchor more in line with the html converter In particular, some cases were using `node.target` as the `id` instead of `node.id`. — committed to michaelpj/asciidoctor-epub3 by michaelpj 5 years ago
Yeah, I can see that things have changed, but I’m not quite confident enough to offer a more thorough refactoring, so I’m just going to see if I can find a targeted fix.