moevm / moevm/document_insight_system
Фикс критерия "Заголовки не более двух строк"
Open
Nobody has claimed this yet.
backlog
- Dominant language
- Python
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Система считает строку при явном переносе строки. Если перенос был выполнен автоматически (в строке слишком много символов), то такой перенос не засчитывается как смена строки.
Contributor guide
No contributing guide indexed for this repository
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
Locate the implementation of the criterion «Headings no more than two lines» and first reproduce the difference between an explicit newline and automatic wrapping caused by a long line. The issue is done when explicit newlines still count as line changes, while automatic wrapping does not.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100