asciidoctor-skins icon indicating copy to clipboard operation
asciidoctor-skins copied to clipboard

Control how your asciidoctor powered documentation looks

Results 14 asciidoctor-skins issues
Sort by recently updated
recently updated
newest added

I love the `dark` theme, but syntax highlight has major issues. This code produces the below results: ``` [source,python] ---- def x(a, b): return a + b ---- [source,bash] ----...

Fixes #23 and some errors caught by IDE, includes changes from #32 and #46, and adds missing `images` directory.

There was a unnecessary/invalid `*` before a property, removed it.

On the last line there was missing a final closing bracket for the media query rule, fixed that by adding it.

[%collapsible] in Adoc-github is missing the arrow which makes it very hard/unusable to see the collipsible text Seen an example of how it looks like in the regular skin. https://blog.mrhaki.com/2019/03/awesome-asciidoctor-collapsible-content.html...

hi I am wondering if any of styles are more adapted to generate HTML content that can be used as MAIL body. The default HTML5 code generated is excellent on...

When using the switcher.js as described (for example, here as a passthrough in the asciidoc) //skin selector for HTML backend ++++ ++++ highlighter.js does not work anymore after a skin...

When using source highlighter like highlightjs, background-color property for code tag is not displayed properly (by this I mean, it does not use highlightjs styles), because of this line ((snippet...

As I was looking through the included themes, the hardest part about choosing a theme was knowing what it would look like without actually applying it. Using the sample page...

Thanks much for these Asciidoctor skins. However ... When I did the following: `$ asciidoctor -a toc2 -a stylesheet=css/ubuntu.css myfile.txt` I was not getting a sidebar with the toc in...