diff options
author | praschke <stel@comfy.monster> | 2023-10-17 22:35:34 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:35:34 +0100 |
commit | 4527cc03fe88cd747d0eb62a65d9d54247653483 (patch) | |
tree | d40a96e7637750728e872a695fb384f035ebdb25 /docs | |
parent | 9b798601b48a40b65e38b433924a99d155872ba7 (diff) |
update: pronunciation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/templates.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates.md b/docs/templates.md index 0aa26b84..f021dea6 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -754,7 +754,7 @@ same as the system used for generating popup and search page dictionary entries. <details> <summary>Syntax:</summary> - <code>{{#pronunciation <i>format=string</i> <i>reading=string</i> <i>downstepPosition=integer</i> <i>[nasalPositions=array]</i> <i>[devoicePositions=array]</i>}}{{/pronunciation}}</code><br> + <code>{{pronunciation <i>format=string</i> <i>reading=string</i> <i>downstepPosition=integer</i> <i>[nasalPositions=array]</i> <i>[devoicePositions=array]</i>}}</code><br> * _`format`_ <br> The format of the HTML to generate. This can be any of the following values: @@ -774,7 +774,7 @@ same as the system used for generating popup and search page dictionary entries. <summary>Example:</summary> ```handlebars - {{~#pronunciation format='text' reading='よむ' downstepPosition=1~}}{{~/pronunciation~}} + {{~pronunciation format='text' reading='よむ' downstepPosition=1~}} ``` </details> |