html-parser-book
html-parser-book copied to clipboard
Idiosyncracies of the HTML parser
Idiosyncrasies of the HTML parser
This book is written in Markua and is published on Leanpub and on https://htmlparser.info/ using Netlify.
Building the book locally
The Leanpub version can't be built locally. The web version of the book is generated using Eleventy.
Install:
npm install
Build:
npm run build
Development:
npm run serve