Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Oct 8, 2023
1 parent f78d17e commit 24d37eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ QuasiQuoter for `blaze-html`. Parse inline HTML snippets at compile time and pro

```haskell
{-# language QuasiQuotes #-}
import qualified Data.Text.Lazy as TL (Text)
-- blaze-html
import qualified Text.Blaze.Html.Renderer.Text as BT (renderHtml)
-- text
import qualified Data.Text.Lazy as TL (Text)


import Text.Blaze.HTML.QQ (blaze)

Expand Down

0 comments on commit 24d37eb

Please sign in to comment.