> `Text::Markdown::_EncodeEmailAddress` gets into its internals more than
> I'm comfortable with.
>
-> It would probably be best to add an option to [[cpan Text;:Markdown]] to
+> It would probably be best to add an option to [[!cpan Text::Markdown]] to
> let the email address munging be disabled. --[[Joey]]
>> -- Brian May
>>> I guess that the place to add SSL cert checking would be in either
->>> [[cpan LWPx::ParanoidAgent]] or [[cpan Net::OpenID::Consumer]]. Adding
+>>> [[!cpan LWPx::ParanoidAgent]] or [[!cpan Net::OpenID::Consumer]]. Adding
>>> it to ikiwiki itself, which is just a user of those libraries, doesn't
>>> seem right.
>>>
complex to handle the more complicated types and validation.
One implementation wrinkle is how to build the html form. The editpage.tmpl
-currently overrides the standard [[cpan CGI::FormBuilder]] generated form,
+currently overrides the standard [[!cpan CGI::FormBuilder]] generated form,
which was done to make the edit page be laid out in a nice way. This,
however, means that new fields cannot be easily added to it using
-[[cpan CGI::FormBuilder]]. The attachment plugin uses the hack of bouilding
+[[!cpan CGI::FormBuilder]]. The attachment plugin uses the hack of bouilding
up html by hand and dumping it into the form via a template variable.
It would be nice if the type implementation code could just use