Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #3862 - MicroJoe:align-image-tests, r=Turbo87
render: add HTML image tests with align support I was not sure that the `align` properly was supported for images, so I extended the `render.rs` tests to convince me that it indeed worked as intended. Below is the commit message: ``` render: add HTML image tests with align support The current align test was only used for text, but we want to be sure that images can be aligned too. This is why a new test is added to verify that the align attribute is also kept for images. Since the align attribute requires RAW HTML for the <img> tag, the relative_links test has also been updated to check for this usage. ```
- Loading branch information