November 2019
Beginner
436 pages
8h 52m
English
We have already generated an example HTML file from the markdown source earlier in this chapter. You used the following command to do so:
docker run -v `pwd`:/source denysvuika/pandoc -f markdown -t html5 test.md -o test.html
Our editor needs to perform the following steps to run the same command programmatically:
Let's go through this now, starting with sending the markdown text to the Node.js process.
Read now
Unlock full access