diff --git a/examples/format with template example.md b/examples/format with template example.md index 5d80672c..e3aca791 100644 --- a/examples/format with template example.md +++ b/examples/format with template example.md @@ -1,5 +1,4 @@ <%* const modalForm = app.plugins.plugins.obsidianModalForm.api; const result = await modalForm.openForm('example-form'); -tR += result.asString('{{Name}} is {{age}} years old and his/her favourite food is {{favorite_meal}}. Family status: {{is_family}}'); --%> \ No newline at end of file +tR += result.asString('{{Name}} is {{age}} years old and his/her favourite food is {{favorite_meal}}. Family status: {{is_family}}'); \ No newline at end of file