Geth GD-Raw/ugexe/fix-unterminated-link-markup: 5557bc7156 | (Nick Logan)++ | 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 >.
00:52
GD-Raw: ugexe++ created pull request #8:
Close the unterminated L<> markup on the gdImageRed link
00:53
10:33 apogee_ntv joined