let to_html_and_toc ~configuration content = Meta_result.( preprocess ~configuration content >>= fun p -> return Omd.(to_html p, to_html (toc ~start:[1] p)) )