How to make a blog style app based on Firebase and Ionic

Using Firebase database to save the text and pictures can be saved in datastore, They can be unloaded from Firebase and shown in ionic app.

However, blog page normally has multiple pictures and multiple paragraphs in variable positions, how can we keep the position and format information?

Is it possible to use Firebase to save the whole blog page and then show it in Ionic App.

See: