The factor of this member already has content or not takes no weight in the original logic, "(delete || !hasContent);".
If it is delete allowed mode, mdoc will delete this member anyway.
Now it is changed to "(delete && !hasContent)" so that if the member has content already, it will not be deleted.
The factor of this member already has content or not takes no weight in the original logic, "(delete || !hasContent);". If it is delete allowed mode, mdoc will delete this member anyway. Now it is changed to "(delete && !hasContent)" so that if the member has content already, it will not be deleted.