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

Allow color of conums in callout lists to be controlled using the callout-list-marker-font-color theme key #2402

Closed mojavelinux closed 1 year ago

mojavelinux commented 1 year ago

To align with the theme settings for regular lists, allow the color of conum marker in a callout list to be controlled using the callout-list-marker-font-color theme key. If this key is not specified, the color of the conum will match the color used for the target conum (the one in the verbatim block).