Programming Phoenix LiveView: code snippet in plain text (357)

Hi! The first code snippet is presented in plain text:

def to_shapes(board) do
  board_shape = to_shape(board)
  pento_shapes = [board.active_pento|board.completed_pentos]
end

Thanks!