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.13k stars 500 forks source link

asciidoctor: WARNING: unknown unordered list style: something #2515

Closed RuffaloLavoisier closed 2 months ago

RuffaloLavoisier commented 2 months ago

https://github.com/asciidoctor/asciidoctor-pdf/blob/5aebe179c9c8931de4ba5e501696cadb3206d469/lib/asciidoctor/pdf/converter.rb#L1575

=== title

[something]
* blah blah

Hello, I encountered a warning while building asciidoctor-pdf.

I would like to connect js, css to adoc.

When does this happen and what options should I add?

mojavelinux commented 2 months ago

The behavior here is correct. something is not a valid list style according to https://docs.asciidoctor.org/asciidoc/latest/lists/unordered/#custom-markers

If you need help with AsciiDoc, please ask in the project chat at https://chat.asciidoctor.org.

RuffaloLavoisier commented 2 months ago

Thanks for answer ! 👍