Skip to content

Commit 0b788c1

Browse files
jerry-gitclaude
andcommitted
Fix malformed bullet points in GitHub Pages
Add blank line before bullet point list to ensure proper markdown rendering. Without the blank line, the bullet points were rendered as literal asterisks inside a paragraph instead of as a proper list. Fixes #115 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fb5d0c1 commit 0b788c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Each algorithm makes different tradeoffs, but generally `least_duration` should
8080
| least_duration ||| Better ||
8181

8282
Explanation of the terms in the table:
83+
8384
* Absolute Order: whether each group contains all tests between first and last element in the same order as the original list of tests
8485
* Relative Order: whether each test in each group has the same relative order to its neighbours in the group as in the original list of tests
8586
* Works with random ordering: whether the algorithm works with test-shuffling tools such as [`pytest-randomly`](https://github.com/pytest-dev/pytest-randomly)

0 commit comments

Comments
 (0)