plot(1,1)
It is possible to add a background image to the document header!
And here is some random content
Running Code
When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this:
plot(1,1)
A bit of code
#| echo: false
2 * 2[1] 4
Nice one isn’t it! 🙃
Pretty useful!