@@ 96,7 96,7 @@ layoutLines maxWidth runs = case nonEmpty rest of
-- TODO: Allow a run across multiple spans (e.g. if they only differ by colour).
-- | Position all the given horizontal fragments on the same line,
--- using `originY` as its top edge, and return the bottom edge for continuation.
+-- using @originY@ as its top edge, and return the bottom edge for continuation.
--
-- Glyphs will be aligned by their ascent line, similar to the behaviour of
-- @vertical-align: top@ in CSS.
@@ 112,7 112,7 @@ positionLineH originY pfs = (nextY, frags)
originX = paragraphOriginX
-- | Position the given horizontal fragment on a line,
--- using `originY` as its top edge and `originX` as its left edge,
+-- using @originY@ as its top edge and @originX@ as its left edge,
-- returning the X coordinate of its right edge for continuation.
positionFragmentH ::
Int32 -> Int32 -> WithSpan PF.ProtoFragment -> (Int32, WithSpan Fragment)