03:12 apogee_ntv left 03:18 apogee_ntv joined
Geth GD-Raw/main: 0a0cf22a74 | (Nick Logan)++ (committed using GitHub Web editor) | lib/GD/Raw.rakumod
Close the unterminated L<> markup on the gdImageRed link

The gdImageRed entry was missing the closing > on its L<...> link. The legacy pod parser tolerated this by consuming the following link's >. RakuDoc under RakuAST correctly rejects the unterminated markup with
  "RakuDoc markup code L missing endtag '>'", so the module fails to
compile there. Add the missing >.
22:07
GD-Raw/main: 117564e8f2 | (Elizabeth Mattijsen)++ | 4 files
0.8
22:11