html - jade errors on codepen -


i'm trying make email template in jade, , i'd put in codepen other people can have access it. however, everytime error:

codepen removed words below jade because used bad things. please remove them , try again.  ->greensborohomevalue ->com <br> ->style <br> ->color <br> ->white <br> ->text <br> ->decoration <br> ->15 <br> ->span <br> ->style <br> ->color <br> 

every single piece of text... etc

my codepen can found here, http://codepen.io/cutcopy/pen/qdrmor.

any idea why it's doing this? compiled fine on desktop.

i receiving similar error on codepen because jade contained string 'node'.

codepen removed words below jade because used bad things. please remove them , try again.  ->node 

my markup included element class called 'ordered-chart-nodes'. changing string 'node' else (in case, 'ordered-chart-items'), fixed error.

interestingly, such error happens if using html jade or haml preprocessor on codepen. string 'node' allowed exist regular html markup.


Comments

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -