Johannes Thorn
Johannes Thorn
I've analyzed the languages currently used in `[source, LANG]` blocks in `src/docs` where green circle are supported by the default highlight.js file used by AsciiDoctor and red languages would need...
I did a small experiment where I took the implementation from lists and applied it to the table's rows via an option `rowStep`. While adding `fragment` on `` elements was...
Hi @jandot i've got a partial solution for you. In https://github.com/asciidoctor/asciidoctor-reveal.js/blob/master/templates/asciidoctor-compatibility.css you will find some more classes which control how the columns is displayed. In this case all contents of...
Hi @stephenwithav I have only now learned that themes have an influence on the appearance of domain stories. Unfortunately I also learned that the current styling ideas are not compatible...
Turns out I do have an idea how to support themes. In #9 I implemented some support for themes. Please let me know if this would fulfill your need for...
I have finally merged #9 and I'm already working on improving the PlantUML theme gallery usability https://github.com/The-Lum/puml-themes-gallery/pull/4 to also be a good gallery for domain stories.
Hi @The-Lum thank you for already adding a domain story example. Initially I wanted to wait until the version supporting themes was integrated into the Std Libs but now I...
I've finally stopped procrastinating regarding the theme support and released the version Delta v0.4.0 which includes theme support and some other styling related features. For me the goal of this...
Hey @hvennekate, I had tried to rebase these commits onto #1940 but it got to confusing for me to finish it. Now after the extraction has been merged I have...
Hi @The-Lum I think I have overextended the original scope of this PR by far 😁 I have put in everything I could think of. Unfortunately the original processing logic...