Hi,
By default, asciidoctor includes its own css file (defined here : asciidoctor/lib/asciidoctor/backends/_stylesheets.rb) but supports also to apply a stylesheet (
http://asciidoctor.org/docs/user-manual/#applying-a-theme).
As 'applying its custom stylesheet' means that we replace the by default asciidoctor css style by its own, is it nevertheless possible to include in HTML generated a css style PLUS also the by default asciidoctor
<link rel="stylesheet" href="./asciidoctor.css">
<link rel="stylesheet" href="./myOwn.css">
asciidoctor -a stylesdir=mystylesheets/ -a stylesheet=mystyles.css -a stylesheet=myOwn.css mysample.adoc
OR
is it required in this case to create its own style as described here (
http://asciidoctor.org/docs/user-manual/#stylesheet-factory,
http://asciidoctor.org/docs/user-manual/#creating-a-theme) ?
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard