openlibhums / openlibhums/janeway

non list content being typeset as lists

Open
#4,462 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

a11y
Dominant language
Python
Stars
238
Forks
97
Avg merge
9d 1h
Merged PRs (30d)
8

Description

This has been split from #4244 as it relates to typesetting, while the rest of that was template work.

misused list example:

a poem that should be written in a blockquote, instead has been marked-up as an unordered list.

image
<ul class="list-simple">
<li><p>That Night a Fire did break out—</p></li>
<li><p>You should have heard Matilda Shout!</p></li>
<li><p>You should have heard her Scream and Bawl,</p></li>
<li><p>And throw the window up and call</p></li>
<li><p>To People passing in the Street—</p></li>
<li><p>(The rapidly increasing Heat</p></li>
<li><p>Encouraging her to obtain</p></li>
<li><p>Their confidence)—but all in vain!</p></li>
<li><p>For every time she shouted ‘Fire!’</p></li>
<li><p>They only answered ‘Little Liar!’”</p></li>
</ul>```

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.

Research direction

No file or test is named. Start with the linked article and the supplied HTML example, then trace the typesetting path that turns poem content into a list; done means the poem renders as a blockquote rather than an unordered list.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
content
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.