What converts
The structural HTML tags map to Markdown 1:1:
<h1>–<h6>→#–######<strong>/<b>,<em>/<i>,<del>/<s>→**,*,~~<ul>,<ol>,<li>with arbitrary nesting<table>,<thead>,<tbody>,<tr>,<th>,<td><a href>→[text](url)(scheme allowlist: http/https/mailto)<img src alt>→<blockquote>,<pre>,<code>,<hr>