If we follow what the other Prismic SDK's provide out of the box, we should provide a way to render mark-up.
We can absolve each fragment of rendering responsibilities by creating a module whose responsibility is to take a fragment struct and rendering safe HTML string with it.
Alternatively, we could also just implement the Phoenix.HTML protocol for each fragment :)