66 'enableSectionEditLinks' => !$in->getOutputFlag(
ParserOutputFlags::NO_SECTION_EDIT_LINKS ),
67 'wrapperDivClass' => $in->getWrapperDivClass(),
70 if ( $options[
'allowClone'] ??
true ) {
77 foreach ( $this->stages as $stage ) {
78 if ( $stage->shouldRun( $out, $popts, $options ) ) {
80 $out = $stage->transform( $out, $popts, $options );