manrueda / jade-autocompile

Jade compiler package for atom.io
MIT License
8 stars 4 forks source link

Cannot apply transform markdown #9

Closed DizzyZane closed 8 years ago

DizzyZane commented 8 years ago

Have been looking around for markdown-js and whilst I have found it (https://github.com/evilstreak/markdown-js) and attempted to install it to the best of my abilities, the compiler still throws an error:

In order to apply the transform markdown you must install one of "marked","supermarked","markdown-js","markdown"

I have restarted my PC (and therefore the programme) and I had installed it whilst it was not running.

How would I install it?

manrueda commented 8 years ago

Hi @DizzyZane, i don't know why are making this question here... markdown-js has no relation with jade or this plugin. Jade it's for compile jade to html and you are trying to compile markdown to html.

I'm going to close the issue for now.

DizzyZane commented 8 years ago

Ah. Well uhhh... how would I install markdown-js such that it functions with jade-autocompile?

manrueda commented 8 years ago

Really i don't know, you should search here https://atom.io/packages/, maybe there is a package for that... but i don't know.

DizzyZane commented 8 years ago

Needed to install node and npm i jstransformer-markdown (alternatively I used npm i jstransformer-marked and switched to :marked.

Thank you anyway.