Skip to content

Commit 19abca7

Browse files
authored
Merge pull request #118 from jerry-git/fix/github-pages-table-formatting
Fix malformed bullet points in GitHub Pages
2 parents fb5d0c1 + cf6b2aa commit 19abca7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
### Fixed
8+
- Fix malformed bullet points rendering in GitHub Pages documentation
79

810
## [0.11.0] - 2026-02-03
911
### Added

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)