We currently ignore all HTML tag attributes but, unlike the others, `alt` and `title` actually contain real text. Some examples: ###### Markdown ```  ``` ###### AsciiDoc ``` image:logo.png[Logo] ``` ###### reStructuredText ``` .. image:: /images/logo.png :alt: Logo ```