You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the dependencies of jade and got the same result as before. jade -> html works fine, but html ->jade does not.
I would honestly recomend just ditching html2jade as a plugin, it still has some issues to work out before it's really deployment ready primarily concerning comments. For instance if you take html5 boilerplate turn that into jade, and then render that back into html you don't get something useable.
There seems to be a general issue with plugins having plugins as there are issues with using markdown within jade as well (eventhough markdown is already installed by docpad)
The text was updated successfully, but these errors were encountered:
Agreed. I will move the any unstable dependencies to their own plugins and disable them by default. html2jade does work on my osx copy, never worked on windows however.
I updated the dependencies of jade and got the same result as before. jade -> html works fine, but html ->jade does not.
I would honestly recomend just ditching html2jade as a plugin, it still has some issues to work out before it's really deployment ready primarily concerning comments. For instance if you take html5 boilerplate turn that into jade, and then render that back into html you don't get something useable.
There seems to be a general issue with plugins having plugins as there are issues with using markdown within jade as well (eventhough markdown is already installed by docpad)
The text was updated successfully, but these errors were encountered: