You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip para elements inside formalpara in SimparaSniff (#7)
* fix: skip para elements inside formalpara in SimparaSniff
Para elements that are direct children of formalpara elements should not be flagged as violations, as they are part of a valid formalpara structure. This change adds a check to skip processing para elements when their parent is a formalpara element, handling both with and without namespaces.
chore: rename package to docbook-cs
Update the package name in composer.json to use kebab-case naming convention for better consistency with common package naming standards.