From 7c322dcd75fec4b88ffecc9c773d563ed7ee799e Mon Sep 17 00:00:00 2001 From: praschke Date: Sun, 22 Oct 2023 19:11:27 +0100 Subject: [PATCH] fiddle with table --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d7f7d08bd9..78c6384f0b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ If you do not use custom templates for Anki note creation, this section can be s Due to security concerns, an alternate implementation of Handlebars is being used which behaves slightly differently. This revealed a bug in four of Yomitan's template helpers, which have now been fixed in the default templates. If your custom templates use the following helpers, please ensure their use matches the corrected forms. - Helper | Example | Corrected -------|---------|---------- `formatGlossary` | `{{#formatGlossary ../dictionary}}{{{.}}}{{/formatGlossary}}` | `{{formatGlossary ../dictionary .}}`