Skip to content

zcorpan/html-parser-book

Repository files navigation

Idiosyncrasies of the HTML parser

This book is published as a multi-page web book at https://htmlparser.info/. The same source also builds a single-page HTML version and an EPUB.

Building locally

Install dependencies:

npm install

Build the multi-page HTML, single-page HTML, and EPUB:

npm run build

Outputs:

  • _site/ — deployable web site
  • _site/book/ — single-page HTML version
  • _site/downloads/html-parser-book.epub — EPUB generated from the single-page HTML

Development server:

npm run serve

Deployment

Netlify uses netlify.toml and runs npm run build, publishing _site.

Deploy status

Netlify Status

About

Idiosyncracies of the HTML parser

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors