content: 'inline*'
should work well. content: paragraph
also should work, but will insert an extra <p>
in your html code.
How are you inserting this caption? Maybe something is wrong with this code?
Also make sure that your <strong>
node is actually inline, and make sure that you are not having multiple <strong>
nodes.