You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Plain text with no header is possible, but it gets interpreted as HTML.
<p>This is the simplest possible HTML example.</p>
lists and stuff
<ul>
<li>are easy...
<li>with minimal code.
</ul>
<br>
Writing raw HTML can be tiresom, however.
<p>The Rstudio / Quarto partnership is the easiest way to generate a bunch of html without having to think about it. Use the visual editor, render the .qmd file, fish out the generated html code at the bottom of the page, and send that.")