No description
| .vscode | ||
| css | ||
| csspageweaver | ||
| js | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| index.html | ||
| ReadMe.md | ||
| template.html | ||
Book
How to use
In VS Codium, install this extentions:
- Live Sass Compiler
- Live Server
Restart the VS Codium app.
In the bottom of the app, clic on "Whatch Sass" and "Go live".
Pandoc command line
pandoc src/input.docx \
--from docx+styles \
--lua-filter src/filters/blockquote.lua \
--metadata-file=src/meta.yaml \
--template=template.html \
--output=index.html
Only to re-generate the PDF.