Open ginlime opened 8 years ago
const html2JadeDisposable = vscode.commands.registerTextEditorCommand('extension.html2jade', (textEditor, edit) => { const convertHtmlOptions = { bodyless: true,
The 'bodyless' option enables 'do not output enveloping html and body tags' behavior.
You can just remove 'bodyless: true,' manually.
vim ~/.vscode/extensions/wmaurer.html2jade-0.2.0/out/extension.js
As the title.
Like this:
will be converted as like this.
I guess it may be a behavior as specified, but both tags are required because specifying language attribute or functional classes is needed...