yesodweb / yesodweb.com-content

Content for the www.yesodweb.com site
http://www.yesodweb.com/
Other
67 stars 112 forks source link

Replace `ToHtml` with `ToMarkup` #261

Closed StevenXL closed 3 years ago

StevenXL commented 3 years ago

I believe the type class that we need to be referencing is ToMarkup. This would be consistent with the rest of the document's mention of blase-html.

P.S. I think the reason for the error is that we have a type synonym type Html = Markup

snoyberg commented 3 years ago

Thanks!