PARAGRAPH
Detect runs of bullets that start with bold terms.
Behavior¶
| Result | Input text | Why |
|---|---|---|
| Flag | "- Reliability ...\n- Scalability ...\n- Security ..." | Consecutive bold-term bullets create rigid templated structure. |
| Flag | Numbered items where each starts with a bold label. | Repetitive lead-term pattern dominates the section. |
| Pass | A short list with plain bullet text and no bold lead labels. | List exists without the specific template shape. |
| Pass | Paragraph text with occasional inline bold for emphasis. | Bold usage is not tied to repetitive bullet starts. |
Severity¶
Medium to high when long runs appear in the same section.
Default configuration¶
min_run_length3
penalty-5