bcoe / bcoe/wikifetch

Wrong concatenation of paragraphs

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.