6 Commits (6039e04724f2f5a1195f0e970b29e7a69ce10d14)

Author SHA1 Message Date
Thomas Quinot 6039e04724 Link upstream WEBrick PRs in range-fix comment
ci/woodpecker/push/woodpecker Pipeline was successful Details
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 month ago
Thomas Quinot 25fa5f3c2c Fix WEBrick range requests for local video playback
WEBrick's not_modified? treats a Range request's If-Range header like
If-None-Match, replying 304 with no body instead of 206 with the
requested bytes. Browsers rely on this to fetch a video's trailing
moov atom, so jekyll serve was breaking playback for videos recorded
with metadata at the end of the file. Dev-server-only; production is
unaffected since it isn't served by WEBrick.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 month ago
Thomas Quinot 7c2d7831d8 Add video plugin 1 month ago
Thomas Quinot e4a494fb3d Do not match overlines across whitespace or newline
continuous-integration/drone/push Build is passing Details
5 months ago
Thomas Quinot 2dd49045bc Apply overline after rendering for compatibility with jekyll-figure 2 years ago
Thomas Quinot 97ccb41f25 Support overline markup 2 years ago