Brent Yorgey
Brent Yorgey
Hi @luqui , which version of `MonadRandom` are you using? This got improved in the most recent 0.5.1.2 release, see https://github.com/byorgey/MonadRandom/issues/44 . I'm open to suggestions for further improvement.
@hgolden Sounds great, thanks! I've sent you an invite to the repo, let me know if it doesn't work for some reason.
I wonder if it's because that file contains zero actual Haskell code. It's actually a bit silly for it to be a `.lhs` file, it ought to just be a...
This bug (?) still exists in `pandoc-1.11.1`.
There is no `--post` flag. `BlogLiterately` expects the name of a file containing a post, like this: ``` BlogLiterately --format=markdown test1.md ``` However, that is a terrible error message. It's...
Sorry for the long delay in replying. This should definitely be possible to implement, though it might take some care to do it right. Note we already do something similar...
Yikes. Thanks for the report. I'll try to look into it soon, though I don't have very much time at the moment (teaching two classes and finishing my dissertation!). If...
Thanks Harley!
Thanks for looking into this, Harley. Glad you got it to work. Moving forward I agree there ought to be some better way of handling this, e.g. removing invalid characters,...
Ah, apparently Pandoc can already do this: see http://hackage.haskell.org/packages/archive/pandoc/latest/doc/html/Text-Pandoc-SelfContained.html#v:makeSelfContained !