Lists of images not showing

Open
#697 2 comments 2 reactions 1 assignee View on GitHub

@Tuxy222 is already working on this.

Since Feb 28, 2022.

Assessment

This issue has not been assessed yet.

Description

has-website-testcase images reader-mode-has-issues

I noticed that lists of image are not showing (same for <figure>with image).


Works :

<p><img src="pic.jpg"></p>

Not working :

<ul>
  <li><img src="pic.jpg"></li>
  <li><img src="pic.jpg"></li>
  <li><img src="pic.jpg"></li>
</ul>

A test page is available at https://dev418.fr/readability/

Dominant language
JavaScript
Stars
11.5k
Forks
732
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mozilla/readability

All issues in mozilla/readability

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.