Login  Register

Asciidoctor PDF customize unordered List

Posted by MonaElsa on Mar 07, 2019; 10:07pm
URL: https://discuss.asciidoctor.org/Asciidoctor-PDF-customize-unordered-List-tp6785.html

I want to customize the marker of the unordered list with following code.

font:
  catalog:
    DejaVuSans:
      normal: DejaVuSans.ttf
      italic: DejaVuSans-Oblique.ttf
      bold: DejaVuSans-Bold.ttf
      bold_italic: DejaVuSans-BoldOblique.ttf
base:
  font_color: #000000
  font_family: Helvetica
ulist:
  marker:
    disc:
      content: "\u25aa"
      font_family: DejaVuSans
    square:
      content: "\u25aa"
      font_family: DejaVuSans
    circle:
      content: "\u25aa"
      font_family: DejaVuSans

It doesn't work. It has no effect. Can anybody help me?
I want to change the markers of the unordered list to other unicode symbols.