markdown2paper
Takes outline, multiple markdown files and *.bib file and makes a final-final-really-final markdown file with bibiography included.
🔥🔥🔥 Features
- Merges multiple markdown documents into one final version
- Uses single
Outline
section of the root document to lay out the final paper
- Includes child documents using links in the Outline file
- Formats bibliography using
*.bib
file and pandoc @key
marks
Installation
go get github.com/Jblew/markdown2paper
Then if you have $GOPATH added to $PATH, the cli should be available.
Usage
- Create a config file in the paper root directory:
bibPath: bibliography.bib
outlinePath: README.md
outPath: final-final-really-final-v3.md
- Run build command
$ markdown2paper build
- Paper is assembled