mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
preserve ordered lists
This commit is contained in:
parent
4dce1befa5
commit
15df699479
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ for (i = 0; i < TAGS_WITHOUT_ATTRS.length; i++) {
|
|||
allowedTagsBasic[TAGS_WITHOUT_ATTRS[i]] = {"attrs": []};
|
||||
}
|
||||
|
||||
TAGS_WITHOUT_ATTRS = ["H1", "H2", "H3", "LI", "UL", "BLOCKQUOTE", "CODE",
|
||||
TAGS_WITHOUT_ATTRS = ["H1", "H2", "H3", "LI", "UL", "OL", "BLOCKQUOTE", "CODE",
|
||||
"PRE", "TABLE", "DD", "DT", "DL"];
|
||||
for (i = 0; i < TAGS_WITHOUT_ATTRS.length; i++) {
|
||||
allowedTagsExtended[TAGS_WITHOUT_ATTRS[i]] = {"attrs": []};
|
||||
|
|
Loading…
Reference in a new issue