|
Okay, I think I finally understand the syntax of the css like structure used in the gitee sigil-modified repo used to do their pretty print.
So I am going to create a version of their approach for us as well. The advantage is their's walks the xhtml using my much simpler TagLister code and is not a serialization approach that needs gumbo the way we currently do. Both approaches have their plusses and minuses so I will generate code for both (modified to be more readable) so you have options to choose from.
I will let you know when a second approach is available in master to play with.
|