Hi, I am playing with an asciidoc parser. Now I am trying to embed a stylesheet 
within an .html created with karax. To do so, I just did something like:
    
    
    const
      CssDefault* = staticRead("asciidoctor-default.css")
    ....
    html:
          style:
            text CssDefault
    
    
    Run

I understand that I need to convert some characters from the CSS into something 
that do not mess with the HTML.

Is there a function that can do that for me?

Reply via email to