kotlinx.html icon indicating copy to clipboard operation
kotlinx.html copied to clipboard

Options for generating the HTML Code

Open Voidi opened this issue 1 year ago • 0 comments

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)

Voidi avatar Sep 21 '23 22:09 Voidi