Zet - printf doesn’t like ”—” at the start

printf doesn’t like ”—” at the start

When using printf in a script I wanted to use "--- to set some frontmatter. However this gives an error as printf thinks it’s a command argument. To get round this you can use printf -- "---

#printf