yanndebray / programming-GPTs

Book in writing ... 🦜
https://yanndebray.github.io/programming-GPTs/
MIT License
5 stars 1 forks source link

Add resources to build the book #1

Open yanndebray opened 6 months ago

yanndebray commented 6 months ago

Like pandoc recipes from word to markdown (storing images in a specific folder)

pandoc "input.docx" -o README.md --extract-media="img"

Manual changes to the md generated:

yanndebray commented 3 months ago
pandoc -f markdown -t asciidoc README.md -o output.asciidoc