diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-06 01:50:29 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-06 01:50:29 -0600 |
| commit | e5cee778a524be894457b6cabc52c12a1fedea09 (patch) | |
| tree | 1b4fb908bf98c9c5129c4ee090683ea4dbcfafb4 | |
| parent | 30100d179cc9160cb252e3332a1c1711d1d11463 (diff) | |
remove outdated comment in manpage converter [skip ci]
| -rw-r--r-- | lib/asciidoctor/converter/manpage.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asciidoctor/converter/manpage.rb b/lib/asciidoctor/converter/manpage.rb index 1a4fc414..b0642711 100644 --- a/lib/asciidoctor/converter/manpage.rb +++ b/lib/asciidoctor/converter/manpage.rb @@ -608,7 +608,6 @@ allbox tab(:);' %(#{ESC_BS}fB(#{node.text})#{ESC_BS}fP) end - # TODO supposedly groff has footnotes, but we're in search of an example def convert_inline_footnote node if (index = node.attr 'index') %([#{index}]) |
