CLI: Webserver (original) (raw)

Quarkdown's webserver allows direct communication between the compiler and the browser, enabling automatic content reloading.

The server can be started via quarkdown start.

Important

A webserver is mandatory in order to show paged documents, because of a paged.js requirement.
For that purpose, you can also use other webservers, such as Visual Studio Code's Live Preview, if you prefer.

Tip

quarkdown c ... -p is shorthand for quarkdown c ... && quarkdown start -f <generated file> -o

Options