atbest
atbest
I am still want to use Source Sans Pro as the main font if possible. Hopefully we can figure it out with ucharclasses.
So can we do it now?
Thanks, this is very helpful. I've complete the coding successfully for this part. Is it possible to register or save the file to some location so that asciidoctor can load...
I think it should go either `Asciidoctor::Cli::Options.parse!` (for cmd use only) or `Asciidoctor.load` (more general). Then asciidoctor should be able to read the extension information from a config file like...
> I do think that the cli parser needs to be extensible though. The problem is that the cli options declarations are buried inside the parse! method. Yes, that's why...