cohost support
Welcome
Login
Sign up
Home
Solutions
Forums
Enter your search term here...
Search
New support ticket
Check ticket status
Start a new topic
Discussions
Cohost
Bugs and Issues
Code blocks in posts are not fully verbatim
t
[email protected]
started a topic
almost 2 years ago
To reproduce the issue:
<pre>
<code>
std::vector<int> v;
</code>
</pre>
To get expected result:
<pre>
<code>
std::vector<int> v;
</code>
</pre>
Without <pre> is the same
Screenshot_2...
(17.4 KB)
Screenshot_2...
(9.46 KB)
Login
or
Signup
to post a comment
More topics in
Bugs and Issues
I found an eggbug!
[STICKY] How to report a bug
Progressive web app has no icon
Long comment threads become unreadable as replies are indented
Tag search is non obvious for new users
Accessibility: "show n posts" is not marked up as clickable
Rechost Tags
Accessibility: Non-logged in front page missing alt tag on images
Accessibility: Image description field too small
Blocked pages still show up in search results
See all 500 topics
[email protected]
<pre>
<code>
std::vector<int> v;
</code>
</pre>
To get expected result:
<pre>
<code>
std::vector<int> v;
</code>
</pre>
Without <pre> is the same