coreybutler / fenix

A simple and visual static web server with collaboration features.
https://preview.fenixwebserver.com
GNU General Public License v3.0
1.65k stars 135 forks source link

Make markdown parsing an option #61

Closed BrynM closed 8 years ago

BrynM commented 8 years ago

Recently I needed to test reading some markdown files in JS over HTTP. I had to manually comment out the else if condition at https://github.com/coreybutler/fenix/blob/7a361dc590e59ff0ce27db1702ca6cf154b060c6/src/lib/api/server.js#L482 to make it work.

Would be nice to have a config flag or option to turn off markdown parsing for individual servers. Sometimes parsing is handy, sometimes it's not.

coreybutler commented 8 years ago

Yeah, I had this issue too. Markdown rendering will be optional in the next version.

BrynM commented 8 years ago

Sweet! Thanks! Feel free to close as a "dupe" if you wish then.

coreybutler commented 8 years ago

Closing this since it's been added to Fenix 3.

image