tests/testthat/_snaps/utils.md

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>


tidyverse/rvest documentation built on Oct. 26, 2024, 6:32 a.m.