Wrong concatenation of paragraphs
Open
- Dominant language
- JavaScript
- Stars
- 126
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Because of this line in wikifetch.js:91
``` js
parsedArticle.sections[currentHeadline].text += element.text();
```
consecutive paragraphs get glued together, i.e., a blank space is missing between the last token of the last sentence of a paragraph and the first token of the first sentence of the following paragraph.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.