MW 1.34.4, PF 5.1
Prior to PF v5.x autoedit buttons allowed html span tags in the button text. Now in 5.1 these tags are processed as displayed text. Is this the new preferred behavior?
Ref:
{{#autoedit:form=MyForm
|link type=button
|link text=<span style="font-size:2em;">EDIT</span>
|query string=MyForm[Prop1]=123
|reload
}}(interestingly.. span tags DO work in the link text of formlinks)