wardrobecms / wardrobe-archived

A minimal blogging application
http://wardrobecms.com/
MIT License
704 stars 111 forks source link

Markdown files #18

Closed glockjt closed 10 years ago

glockjt commented 10 years ago

Where are the markdown files stored? I looked in the db at the content column but it is not in markdown form.

ericlbarnes commented 10 years ago

It is stored in the posts table content field. If you are not seeing it stored in markdown are you sure you are writing the post in markdown? Markdown parsers support both markdown and html and it should only be storing what you enter into the post form.

glockjt commented 10 years ago

Oh ok that answers it, I thought that it always put it into the db with markdown syntax. Thanks.

On Tue, Nov 26, 2013 at 10:56 AM, Eric Barnes notifications@github.comwrote:

It is stored in the posts table content field. If you are not seeing it stored in markdown are you sure you are writing the post in markdown? Markdown parsers support both markdown and html and it should only be storing what you enter into the post form.

— Reply to this email directly or view it on GitHubhttps://github.com/wardrobecms/wardrobe/issues/18#issuecomment-29303899 .