Convert a Google Doc to Quarto Markdown (.qmd) and a rendered PDF — ready to upload.
[aside]
[/aside]
.zip
{filename}.qmd
assets/{filename}.pdf
images/
:::{.aside}
[^N]
These fields populate the YAML frontmatter of the .qmd file.
Use the format ShortTitle-DDMMYYYY. No spaces.
ShortTitle-DDMMYYYY
Lowercase, hyphens only. Matches the blog post URL slug.
To mark a sidenote in your Google Doc, wrap the text with [aside] and [/aside] on their own lines (or at the start/end of a paragraph):
[aside] Bond Credit Ratings such as AAA (highest)… [/aside]
Power users can also write :::{.aside} … ::: directly — it will be passed through unchanged.
:::