Inline image without link - simply wrap your images with <a></a>, preventing Github from creating its own link.
<a></a>Also note that images served over https:// are not cached, which is useful for changing content without actually editing the image url itself. Example: CI status badges
Arbitrary pixel-perfect white space:
<img width="1337">As it does not have the src attribute, Github does not even wrap it in anchor.
Definition lists:
<dl>
<dt>Term</dt>
<dd>definition</dd>
</dl>
- Lorem ipsum dolor
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Text strike thru:
<del>Deprecated documentation</del>
Deprecated documentation