fixed the build script
This commit is contained in:
parent
d7152a8cf2
commit
104e68dcff
1772
YourLLC/YourLLC-Contract.md
Normal file
1772
YourLLC/YourLLC-Contract.md
Normal file
File diff suppressed because it is too large
Load Diff
BIN
YourLLC/YourLLC-Contract.pdf
Normal file
BIN
YourLLC/YourLLC-Contract.pdf
Normal file
Binary file not shown.
@ -50,11 +50,18 @@ for file in ${boilerplate_files[@]}; do
|
||||
cat $file >> $MD_OUTPUT_FILE
|
||||
done
|
||||
|
||||
#pandoc \
|
||||
# --from=markdown \
|
||||
# --number-sections \
|
||||
## --toc \
|
||||
# --output=$1.pdf
|
||||
|
||||
pandoc \
|
||||
< $MD_OUTPUT_FILE \
|
||||
--from=markdown \
|
||||
--number-sections \
|
||||
--toc \
|
||||
--from=markdown \
|
||||
--to=pdf \
|
||||
--output=$PDF_OUTPUT_FILE
|
||||
|
||||
# --to=pdf \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user