wmaurer / vscode-html2jade

Visual Studio Extensions for converting HTML to Jade, and Jade to HTML
4 stars 2 forks source link

Can't convert the tag's content #10

Open mehrancodes opened 7 years ago

mehrancodes commented 7 years ago

When converting an HTML code like the below, the plugin removes the tag's content.

<button class="remove-recording" v-if="dataUrl.length > 0">
    <i class="remove icon"></i> Delete recording
</button>
button.remove-recording(v-if='dataUrl.length > 0')
  i.remove.icon
Christilut commented 7 years ago

I have this too. Normally it worked fine but now suddenly it seems to ignore content, even for the most simple tags like <p>test</p>