diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-25 16:22:07 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-25 16:22:07 +0100 |
commit | 178e26a04f2a6607667aff52fe2601a0025030f8 (patch) | |
tree | 29e1bfb334857c38192fa2ee0a6976b6c89fcf7c /anki-card-template/card.html | |
parent | 553980cd639c5f9bb6b8abe77bd200b7d3583f87 (diff) |
parse script changes for forced non-italic japanese text
Diffstat (limited to 'anki-card-template/card.html')
-rw-r--r-- | anki-card-template/card.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/anki-card-template/card.html b/anki-card-template/card.html index 103b47e..6d6c861 100644 --- a/anki-card-template/card.html +++ b/anki-card-template/card.html @@ -26,9 +26,9 @@ </div> <hr id="separator"> <div id="back"> -<span id="target-word-reading" class="parse parse-format parse-reading parse-indicators foreign">見舞われる[0]【み・まわれる】(note)</span> -<span id="target-word-translation" class="parse parse-format parse-definitions parse-indicators native">[verb] To experi\ence {crisis}, to undergo, to suffer</span> -<span id="sentence-translation" class="parse parse-format native spoiler hidden">This village is now in danger of *extinction* because of _Vah Ruta_, the water divine beast.</span> +<span id="target-word-reading" class="parse parse-format parse-reading parse-indicators parse-script foreign">見舞われる[0]【み・まわれる】(note)</span> +<span id="target-word-translation" class="parse parse-format parse-definitions parse-indicators parse-script native">[verb] To experi\ence {crisis}, to undergo, to suffer {testテストtest}</span> +<span id="sentence-translation" class="parse parse-format native spoiler parse-script hidden">This village is now in danger of *extinction* because of _Vah Ruta_, the water divine beast.</span> <span id="tags" class="parse parse-tags">ゼルダの伝説 ブレス・オブ・ザ・ワイルド</span> </div> </div> |