We need to display the "Help" screen in our games, and it has to contain formatted text (weight, color) and pictures in it.
Is it possible to somehow render HTML (or any other markup language) into PIXI container so that it automatically uses correct text format and puts pictures in there?
We are looking for a working solution first before writing our own parser.
The language is JavaScript.