Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7230 views
find . -type f -name '*md' -execdir sh -c 'pandoc $0 -o ${0%.md}.html --css https://kevinywlui.github.io/style.css' {} \;
find . -type f -path '*log*[0-9].md' -execdir sh -c 'pandoc $0 -o ${0%.md}.pdf' {} \;
find . -type f -path '*worksheet*[0-9]*.md' -execdir sh -c 'pandoc $0 -o ${0%.md}.pdf' {} \;