Iris Stylesheet like .sect1 { & > h2 { // } } works correctly in HTML export, but not in PDF export (.sect1 > h2 does work in PDF export, but that makes my stylesheets harder to read). Any workarounds?
fblome Unfortunately, our rendering engine does not support nesting. That is why it works with HTML but not with PDF. And as we have very limited access to the external engine, we are unfortunately unable to fix this quickly.