diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-07-18 15:57:45 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-07-18 15:57:45 -0600 |
| commit | f3800cc9c92faf8370041b2b27a61124318ed289 (patch) | |
| tree | 4e3961441b5a519df1fee1dd541cacec52240172 | |
| parent | 8593912cfc986bc9c806964591bcbe69e8e84c26 (diff) | |
fix comment above InlineLinkRx [no ci]
| -rw-r--r-- | lib/asciidoctor/rx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/rx.rb b/lib/asciidoctor/rx.rb index 2fabe0dc..00ccf87c 100644 --- a/lib/asciidoctor/rx.rb +++ b/lib/asciidoctor/rx.rb @@ -514,7 +514,7 @@ module Asciidoctor # # https://github.com # https://github.com[GitHub] - # <https://github.com> + # <https://github.com> <= angle brackets not included in autolink # link:https://github.com[] # "https://github.com[]" # (https://github.com) <= parenthesis not included in autolink |
