Best Mark-up Language suited for couchbase

I want to store text in couchbase for blogs where users are allowed to use different fonts, size, and colour in text in the text. Therefore I was looking for a markup language to store the text in couchbase.

What are the best mark-up language to use with couchbase?

Will it still support full text search?

Is there anyway I can use JSON for doing the same? Can’t quite figure out how to use JSON marking for the above mentioned prob.

Any way I can not use any mark-up language but still extract the same effect as I want?

You’re free to use whatever markup language you like - Couchbase itself won’t care. Note that Couchbase doesn’t support full-text search at all (you need to create specific views on the data you want), so the markup won’t have any effect on that.

ohk. Thanks. Any idea which would be the fastest to convert back and forth?

Doesn’t couchbase support full text search through elastic search.

Yes it does - I thought you were talking about the core Couchbase DB, not the elastic search integration.

ohk. Thanks. Any idea which would be the fastest to convert back and forth?