A utility library to map HTML to Pug equivalent, inspired by and partly ported from html2jade
Examples can be found within ./examples/
go test -v ./test/...
Note: some tests are failing as I fix the issues with the port, so I've added a flag to skip
Work on html2pug-go is currently ongoing, so YMMV - feel free to raise issues or submit a PR (with supporting tests)
- Fix unit tests (doSkip has been added to failing tests)
- Support rendering of partials
- Increase coverage of unit tests
- CLI app