dvamvo / html2pug

19 stars 8 forks source link

jade template does not contains commas if more then one attribute present #26

Open Artur51 opened 3 years ago

Artur51 commented 3 years ago

Generated code: button.navbar-toggler(type='button' data-bs-toggle='collapse' data-bs-target='#navbarsExample02' aria-controls='navbarsExample02' aria-expanded='false' aria-label='Toggle navigation')

Expected code: button.navbar-toggler(type='button', data-bs-toggle='collapse', data-bs-target='#navbarsExample02', aria-controls='navbarsExample02', aria-expanded='false', aria-label='Toggle navigation')

Please fix.