extra not extras
This commit is contained in:
parent
57647cce9e
commit
616a063394
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
envelope_txt2html = "${pkgs.pandoc}/bin/pandoc -f markdown -t html -s --self-contained --template=${../../extras/GitHub.html5}";
|
envelope_txt2html = "${pkgs.pandoc}/bin/pandoc -f markdown -t html -s --self-contained --template=${../../extra/GitHub.html5}";
|
||||||
envelope_html2txt = "${pkgs.pandoc}/bin/pandoc -t markdown -f html";
|
envelope_html2txt = "${pkgs.pandoc}/bin/pandoc -t markdown -f html";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue