CustomTags.txt
Code
<?php
$export_tags = array (
  0 => 
  array (
    'tag' => 'webp',
    'descrip' => 'Embed WebP Image',
    'prompt' => 'Image URL; eg: https://www.example.com/images/image.webp',
    'regex' => '([a-zA-Z0-9-_.&:/]+)',
    'markup' => '<img src="\\\\1" style="max-width:100%;">',
  ),
);
?>