Re: dotted line in asciidoc-pdf table
Posted by
mojavelinux on
Nov 25, 2018; 5:19pm
URL: https://discuss.asciidoctor.org/dotted-line-in-asciidoc-pdf-table-tp6600p6601.html
This is not something that Asciidoctor PDF supports out of the box.
The brute force way is to add the dots manually using some trial and error.
If you patched the converter, you could add logic that builds on what Asciidoctor PDF does for the table of contents. It's a little tricky, though.
-Dan
On Sat, Nov 24, 2018 at 5:17 PM VolkerLap [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
asciidoc-pdf
I'd like to display in a table some text then a dotted line then some more text on the same line.
Name....................................................test
I want the "Name" to be left justified against the left border and "test" to be right justified against the right border and then to be able to fill the gap between the two with repeating dots.
It this possible with asciidoc-pdf?
--