AsciidocFX icon indicating copy to clipboard operation
AsciidocFX copied to clipboard

Justified text

Open teodorkasap opened this issue 8 years ago • 4 comments

hi, I could not make the text justified along the line... Is there a way to achieve this?

teodorkasap avatar Jul 13 '16 15:07 teodorkasap

Dear @teodorkasap , What kind of text justify you mean?

rahmanusta avatar Jul 13 '16 18:07 rahmanusta

hi @rahmanusta ,

I mean the text alignment of a paragraph:

  • align left
  • center
  • align right
  • justified (evenly distributed along the line)

teodorkasap avatar Jul 14 '16 12:07 teodorkasap

For HTML output, you can write your own CSS. This issue may help you https://github.com/asciidoctor/asciidoctor-reveal.js/issues/33

rahmanusta avatar Jul 15 '16 07:07 rahmanusta

Use [.text-justify] just before the paragraph.

buelbr avatar Aug 24 '21 18:08 buelbr