donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 157 forks source link

html2jade.js #68

Closed stathizzz closed 10 years ago

stathizzz commented 10 years ago

Slightly changed code by adding a new option 'bodyless', so that users can call convertHtml or convertDocument without getting the initial 'html' and 'body' jade tags. if omitted or is false, the default behavior (current) is evaluated.

donpark commented 10 years ago

@stathizzz, I can't merge this as is since patch is at javascript level, not coffee-script. At next opp. timewise, I'll look into making equivalent changes in coffee-script. Thx.

donpark commented 10 years ago

Implemented manually with equivalent logic in version 0.6.3