In blogdown's documentation, the end of D.8, it says,
This pair of comments is used to mark the HTML code fragment that should be moved to the
<head>
tag of the final HTML page. Typically this code fragment contains links to CSS and JavaScript files, e.g., those requested by the user via thecss
argument ofhtml_page()
, or automatically generated when HTML widgets are used in an Rmd document.
and
For
method = 'html'
, this code fragment is not moved
Does this means the css
argument of html_page()
will lose effect when method = 'html'
? What about CSS and JavaScript files of HTML widgets?