Re: Semantic markup
Posted by
Stefan_Salewski on
Mar 08, 2020; 8:57pm
URL: https://discuss.asciidoctor.org/Semantic-markup-tp7737p7738.html
Oh, I just noticed that my local html file is displayed as desired like
http://ssalewski.de/tmp/semanticmarkup.pngbut the one I uploaded not. I guess the issue is that I have not included the CSS properly into the html. It should look like above png, sorry.
[EDIT]
Indeed I have not managed yet to create a html file where the CSS is fully included this way. I tried various command line parameters. So it seems that the only solution is to add my own CSS edits to the original CSS directly?
From the issue linked above we have an other option: "use docinfo to add additional styles". I tried that too some months ago, without success and gave up. Is there a location where I can find a working example for that "docinfo" method?