Add markdown post rendering

This commit is contained in:
heyarne 2021-07-07 20:33:27 +02:00
commit 905931b815
4 changed files with 23 additions and 6 deletions

View file

@ -7,7 +7,7 @@
pkgs = nixpkgs.legacyPackages.${platform};
in {
devShell.${platform} = pkgs.mkShell {
buildInputs = [ pkgs.janet ];
buildInputs = with pkgs; [ janet multimarkdown ];
};
};
}