Closed shivansh closed 7 years ago
Currently, code segment like vector<int> is interpreted as vector and an opening <int> tag. Escaping the HTML for the code segment fixes this behavior.
vector<int>
vector
<int>
Thanks!
Currently, code segment like
vector<int>
is interpreted asvector
and an opening<int>
tag. Escaping the HTML for the code segment fixes this behavior.