Skip to content

Which is better? HTML or MarkDown? #9342

Discussion options

You must be logged in to vote

I would use Markdown for storage!

The generated HTML should be cached!

The pros of storing Markdown are:

  • Uses a little less storage.
  • It's more secure (When you deny inline HTML)
  • It's easer to make Layout changes

HTML is faster, just get it and send it. But also, when you must think about the Rendering Time, you will always need some form of caching!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karaka200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants