don't force cloze to start
This allows {{kana:cloze:Text}} to work. May allow users to shoot themselves it the foot - will see how it goes in the wild and reconsider if necessary
This commit is contained in:
parent
def69fb78b
commit
4c65c594dd
@ -175,7 +175,6 @@ class Template(object):
|
||||
#pre-defined mods) can be present and those are treated separately
|
||||
mods.reverse()
|
||||
mods.sort(key=lambda s: not s=="type")
|
||||
mods.sort(key=lambda s: s.startswith("cq-") or s.startswith("ca-"))
|
||||
|
||||
for mod in mods:
|
||||
# built-in modifiers
|
||||
|
Loading…
Reference in New Issue
Block a user