65 'enableSectionEditLinks' => !$in->getOutputFlag( ParserOutputFlags::NO_SECTION_EDIT_LINKS ),
66 'wrapperDivClass' => $in->getWrapperDivClass(),
69 if ( $options[
'allowClone'] ??
true ) {
78 foreach ( $this->stages as $stage ) {
79 if ( $stage->shouldRun( $out, $popts, $options ) ) {
81 $out = $stage->transform( $out, $popts, $options );
84 if ( $oldWatcher !==
false ) {