John MacFarlane
John MacFarlane
> The easiest way is probably pulling the tag name from the release, but I also could make something that gets it from the cabal file. Which one would you...
Actually I changed my mind. Maybe it makes most sense to take the version from the release tag; if the commit is not tagged, we can fall back on the...
One approach would be to add these to the MediaBag before calling the writer in the export. The MediaBag in pandoc is a container for named resources which will be...
@JustusAdam do you want to create a separate issue concerning ODT export and images? (The request would be to embed the images when exporting.) I don't think this is a...
I forgot what the main action item here is: add an `embed_data_files` flag to filestore and gitit, so we can bake everything into the binary.
I see that I've already removed the data files from filestore.0.6.5.
I'll see if I can add the needed flag to gitit.
Looking into it some more, one complication for embedding the data files is that the string template functions we're using require a directory of templates (falling back to data).
In the code we have ```haskell , label ! [thefor "password"]
I couldn't reproduce this. Make sure your system is running with UTF-8 locale. `locale` should report UTF-8.