asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 501 forks source link

Bibliography styling #2407

Open cristian-5 opened 1 year ago

cristian-5 commented 1 year ago

We should have a selector in the theme.yml that allows us to change the appearance of the bibliography item list, something like this:

bibliography:
  item-spacing: 6
  font-color: #000000
  style: circle
  link-color: #FF0000

Note the style property allowing us to chose from different list styles, with the addition of none to hide the bullet point. Also note the link-color that only applies to external links in the bibliography.

cristian-5 commented 1 year ago

@mojavelinux related to the issue on the other repo