parse('This *works* **too!**'); $response->getBody()->write($html); return $response->withStatus(200); } }