ok, thanks for the help Jeff, really appreciate it.
ok, but that block or language-java is generated by Prismatic itself.
so where can I change it? which setting?
Thank you for a quick response, Jeff.
can you try writing some java code snippet such as
List<Integer> list = Arrays;
and then in the inline code Map<K,<List<V>>
Now if I disable escape,
it gives the snippet as
List list = Arryas
completely ignoring <Integer>
and inline code looks fine.
but If I enable escape for frontend code snippet looks good however, inline is broken with Map<K,List<V>>
You can see it in the HERE in the 2nd para end (colored in black) and the snippet