Hi everyone,
does anyone here use the 'Generate a Pdf file' action, to convert a html file to pdf and is aware of limitations?
I just noticed that I couldn't either use counters or the pseudo element ::before is not supported.
h1 {
counter-reset: counterh2 counterh3 counterh4 counterh5;
counter-increment: counterh1;
}
h1::before {
content: counter(counterh1)" ";
}
Do you know any other limitations or are aware what browser configuration I could use to test this?
Best regards,
Daniel