can't find a working markdown include, i'd have sworn this worked
This commit is contained in:
parent
a2c0b08a13
commit
777c3ed49d
2 changed files with 2 additions and 6 deletions
|
@ -5,7 +5,6 @@
|
||||||
shell = pkgs.mkShellNoCC {
|
shell = pkgs.mkShellNoCC {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
pandoc
|
pandoc
|
||||||
pandoc-include
|
|
||||||
texliveMedium
|
texliveMedium
|
||||||
librsvg
|
librsvg
|
||||||
];
|
];
|
||||||
|
@ -15,7 +14,6 @@
|
||||||
{
|
{
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
pandoc
|
pandoc
|
||||||
pandoc-include
|
|
||||||
texliveMedium
|
texliveMedium
|
||||||
librsvg
|
librsvg
|
||||||
];
|
];
|
||||||
|
@ -23,6 +21,6 @@
|
||||||
''
|
''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
pandoc ${./architecture.md} -o $out/architecture.pdf
|
pandoc ${./architecture.md} -o $out/architecture.pdf
|
||||||
pandoc --filter pandoc-include ${./fediversity.md} -o $out/fediversity.pdf
|
pandoc ${./fediversity.md} -o $out/fediversity.pdf
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -286,9 +286,7 @@ We will integrate that aspect into the high level process on a best effort basis
|
||||||
|
|
||||||
# Implementation and planning
|
# Implementation and planning
|
||||||
|
|
||||||
```include
|
See the split-out architecture document.
|
||||||
architecture.md
|
|
||||||
```
|
|
||||||
|
|
||||||
## Work plan and resources
|
## Work plan and resources
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue