Код: Выделить всё
A.
I.
1.
a)
aa)
(1)
(a)
(aa)
etc. etc.
Я прошу свой Anki-шаблон
Я уже нашел некоторое решение моей проблемы, но оно не дает правильного результата на одном из слоев aa), чем ab) ac) и так далее

Код: Выделить всё
ul{
list-style-type: upper-latin;
}
ul ul{
list-style-type: upper-roman;
}
ul ul ul{
list-style-type: decimal;
}
ul ul ul ul{
counter-reset: level4;
list-style-type: none;
}
ul ul ul ul>li:before{
counter-increment: level4;
content: counter(level4, lower-alpha) ")";
padding-right: 0.5rem;
}
ul ul ul ul ul{
counter-reset: level5;
counter-increment: level5 26;
list-style-type: none;
}
ul ul ul ul ul>li:before{
counter-increment: level5;
content: counter(level5, lower-alpha) ")";
padding-right: 0.5rem;
}
ul ul ul ul ul ul{
counter-increment: level5 0;
counter-reset: level6;
list-style-type: none;
}
ul ul ul ul ul ul>li:before{
counter-increment: level6;
content: "(" counter(level6, decimal) ")";
padding-right: 0.5rem;
}Код: Выделить всё
[list]
[*]lasfkjlsd
[*]asldfsdlf
[*]akslöfdf
[*]askdlf
[*]asjkldöf
[*]slkfd
[*]salödf
[/list]
[*]aslkdöf
[*]asdklf
[*]akslödf
[*]jaklösdf
[*]asklföd b
Подробнее здесь: https://stackoverflow.com/questions/798 ... fic-format
Мобильная версия