When using the markdown to slides application md2googleslides
the following places an image on the background of a slide with a title string
---
# This is a title
{.background}
If we don't include a title string it will not be visible in presentation mode but there will still be a placeholder for one in the Google Slides Editor.
---
{.background}
I was wondering if it is possible to create slides that do not have this placeholder title.
Thanks