is it possible to generate in zoho writer headings with leading numbers like the "h1:before{....}" property for the h1 heading (see example below)?
- h1:before {
- content:counter(level_1) "..";
- counter-increment:level_1;
- counter-reset:level_2;
- }
thanks for any suggestion!!
Gerd