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
Sometimes I use the <small> HTML tag to reduce the impact of some collateral part of a text, and in the preview this is nice and dandy. Here is an example from this post on EE.CD (red emphasi...
When I use an HTML tag to alter the appearance of a paragraph in a Codidact post, it works but the line spacing is reduced, which I do not want. Why is this? Is there anything I can do about it? E...
I knew that blank lines are needed in certain places when mixing HTML markup with Markdown so that the Markdown will actually be processed. For example: <details> <summary> Gory deta...
Following up on Markup documentation? and What html tags can we use in posts?: I see that the site supports <section> tags in posts, and that these can have a class attribute. Recently I sa...
If a code block contains a line too long to fit in the available horizontal space, the excess to the right is hidden, with a scroll bar to allow seeing the rest (this is a good thing): Raw text: ...
In the posts page of each site, the symbols & < > are not rendered as such; Instead they are replaced by their HTML encodings: & < > You can see that in the pr...
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 & 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...
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 ℵ for ℵ or — 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>...