Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Posts tagged html
I entered the following markdown into an answer I posted recently: ### ImageMagick > <p style="color:red">An error occurred while installing rmagick (4.2.6), and Bundler cannot continue....
An ampersand shows as &amp; instead of & in the following question content preview: I've also included an ampersand in the title of this question to test whether the title is also affect...
In the posts page of each site, the symbols & < > are not rendered as such; Instead they are replaced by their HTML encodings: &amp; &lt; &gt; You can see that in the pr...
When using a <details> tag to add an expandable section to a post, markdown will mostly still work inside the expandable section, but some of it will not work on the first line. Markdown trea...
The html tag <tt> works correctly in the preview window that is shown while editing a post. Text enclosed in such tags is shown in mono-spaced font. However, the TT tag seems to be ignored ...
tl;dr According to this post, the div tag is not allowed, thus it's removed from posts. But it's not removed from the preview, and I believe both (the preview and the final saved post) should be c...
I just noticed that HTML entities (such as &aleph; for ℵ or &mdash; for —) seem not to be supported in titles. Should they be? Clarification: I'm not asking for general HTML support in t...
So, I finally got around to looking at the second Review Panel draft, and was surprised by the ability to make collapsible sections in posts. From the comments, I wasn't the only one. Whoa, whoa, ...
With this code: <tr> <th>Downvotes</th> <th>Minimum upvotes to stay above 40%</th> </tr> <tr> <td>1</td> <td>...