Even if `<ins>` and `<del>` tag should be supported by readme's markdown: [ $block_tags_a_re = 'ins|del';](https://github.com/WordPress/wordpress.org/blob/41b4c94c2fbcd4fb6265cc579764d484026a9c7b/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/michelf-php-markdown-1.6.0/Michelf/Markdown.php#L264) they don't work in plugin's readme and are replaced with ''.
Even if
<ins>and<del>tag should be supported by readme's markdown:$block_tags_a_re = 'ins|del';
they don't work in plugin's readme and are replaced with ''.