asciidoctor/asciidoctor-pdf

Don't hyphenate autolink when hyphenation is enabled

mojavelinux opened this issue · 0 comments

If hyphenation is enabled using the hyphens attribute, the URL of an autolink should not be hyphenated. This scenario can be detected by looking for the bare class on the <a> tag and skipping over its contents (the URL).