openlibhums / openlibhums/janeway
non list content being typeset as lists
Open
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.
<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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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