-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
I'd like to embed my markdown content in the Haskell source in a manner similar to file-embed but (obviously) as MMark documents instead of ByteString.
The primary benefit here is that we fail at compile time if any of the markdown files (in the repository) fails to parse.
Would implementing this feature in this primary repo be within its scope, or is it best done as a separate library? I'm only beginning to get familiar TH, so not yet sure how trivial to implement this would be.
Reactions are currently unavailable