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

backslash problem #120

Open smalllong opened 6 years ago

smalllong commented 6 years ago

maybe <div data-abc='ab\cdef'></div> should be parsed into div(data-abc='ab\\cdef') rather than div(data-abc='ab\cdef')