xmake-io / xmake-docs

The xmake online documentation site
https://xmake.io
49 stars 101 forks source link

doc: full working example of pandoc markdown processing #41

Closed IcedQuinn closed 3 years ago

IcedQuinn commented 3 years ago

Implements a full working example of a Markdown .md -> .html rule and guides the reader towards the buildcmd rules as well.

IcedQuinn commented 3 years ago

you can use print to display the progress.

that outputs progress differently and makes the custom rules a second class citizen

waruqi commented 3 years ago

you can use print to display the progress. that outputs progress differently and makes the custom rules a second class citizen

I have renamed private.utils.progress to utils.progress as public module on dev branch.

waruqi commented 3 years ago

I improved this patch and added on_buildcmd_file example.