Page 1 of 1

Markdown Module — can't get it to work (newbie alert)

Posted: Tue May 23, 2006 10:09 pm
by benjiman
Hello,
just installed CMSMS (.13) — was real easy btw.
Because I hate typing tags all the time I've installed the Markdown Module,

but I don't get it working?
I type the codes in my Page edit-box,
but CMSMS renders it as normal text.

I'm must be doing something wrong :(

Oh — i've noticed that there are some image paths for icons in the admin-page that got broken upon install (turned out the images got another name )

Re: Markdown Module — can't get it to work (newbie alert)

Posted: Wed May 24, 2006 4:57 am
by tsw
"Markdown" module is kind of old and Im not sure if it works (I tried it very quickly, but couldnt get it work either)

Calguy1000 has included markdown in the core and you can use it by wrapping {content} with {cms_markdown} {/cms_markdown} or by using it as modifier {content | markdown} (not sure how this works)

There is also a "MarkdownToolbar" which will do the wrapping for you later today if I get it implemented ;)

Images problem in admin is a known bug..

Re: Markdown Module — can't get it to work (newbie alert)

Posted: Wed May 24, 2006 9:38 am
by benjiman
thnx!

the {cms_markdown} {/cms_markdown} works brilliantly (after removing the markdown module)

b