kotlinx.html
kotlinx.html copied to clipboard
Options for generating the HTML Code
Are there options for the HTML Generation with a Appendable?
I looking for a solution to solve the following:
- When writing HTML to a File (with Appendable.appendHTML()) are there option to have TAB Characters for Indention?
- Are there options to prevent the conversion from Unicode Characters to HTML Character entities unless necessary (German Umlauts in my case)