padreati / rapaio-jupyter-kernel

Java jupyter kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styled html rendering

padreati opened this issue · comments

Html rendering should be based on styles.
A style should be defined by a set of css attributes used in rendering.
Perhaps an easy to use API to build the output.
Then we should have a default style, used for rendering and a magic which can change the style.

Commit: 7c112bc

A draft start for this feature. I created an API which allows building html in a declarative safe way. It contains building blocks for styling, but there is a need to create at least some styles to be fully implemented.