dwww Home | Show directory contents | Find package

# minimal html doesn't change unexpectedly

    Code
      cat(as.character(minimal_html("<p>Hi")))
    Output
      <!DOCTYPE html>
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta charset="utf-8">
      <title></title>
      </head>
      <body><p>Hi</p></body>
      </html>

Generated by dwww version 1.15 on Sun May 19 02:56:34 CEST 2024.