Renders OCaml:
open Dream_html
open HTMLhtml [lang "en"] [
  head [] [
    title [] "My page";
  ];
  body [] [
    h1 [] [txt "My text"];
  ];
]To HTML/SVG/MathML (try it):
Install & use
See the readme.
Renders OCaml:
open Dream_html
open HTMLhtml [lang "en"] [
  head [] [
    title [] "My page";
  ];
  body [] [
    h1 [] [txt "My text"];
  ];
]To HTML/SVG/MathML (try it):
See the readme.