Hello folks, I am planning to make some kind of blogging application . Which one should i use to store the blog contents ? markdown or html ? While doing it do i need any kind of parser or not ? If needed then suggest me some of them .
If you use Markdown, then you will obviously need a parser, yes – that’s how Markdown works. You write Markdown, the parser turns it into HTML. Without a parser, you’ll just see a bunch of unformatted code-like text on the page.