Few Links About Convert Jade to Html and Vice Versa

2014/05/101 min read
bookmark this
Responsive image

Table of Contents

Introduction

Here are a few useful links for converting between Jade (now known as Pug) templates and HTML.

HTML to Jade Converter

http://html2jade.org/

A nice site powered by Jade that converts HTML to Jade template and vice versa.

Jade Syntax Documentation

http://naltatis.github.io/jade-syntax-docs/

Jade Template Syntax Documentation by Example.

Conclusion

These tools and references make it easy to convert between HTML and Jade templates, and to learn Jade template syntax through practical examples.