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 markdown
Standard markdown does not include spoiler sections (hidden until clicked on). Personally, on those rare occasions when I find need to temporarily hide something, I'm happy using <details> HT...
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...
I understand that comments are intended for brief queries about the post content, but in the Meta sites I sometimes find it useful to be able to quote part of a post in a comment. Block quotes alre...
I suggest to support <kbd>KBD</kbd> format in the website. Test KBD It's not working as it is in Stack Exchange, you might want to check this post's source code. It's useful whe...
Recently, I faced some issue with markdown. When I write text in the following way then markdown of ">" isn't working (was working earlier). <hr/> > > hello I faced some pr...
This snag doesn't happen on Stack Exchange. Each time I use >, the quotation box severs itself. How can I combine the quotation boxes? I screenshot https://math.codidact.com/posts/282889.
When commenting on a post, sometimes I want to comment on a specific paragraph, or similar section. The most natural way to me is to block quote it, however using Markdown to do it doesn't work (it...
In comments, neither line one line two nor line one line two (with two spaces after line one) work to create a new line, the comment ends up being line one line two. This has messed ...
Strikethrough text doesn't appear to work using Markdown notation: This is supposed to have strikethrough text And it works in the preview, but not in the actual post. Now using the <strike&g...
I identified a possible Markdown rendering error. In this post, I hyperlinked the last few words. This renders correctly in the preview but not in the actual post. I’ve tested in a few browsers wi...
If I try to start a comment with a digit followed by dot and space afterward, it is missing after I post it. N.B. I hope this is the right place to write this kind of issues.
Users can specify the language of a code block by adding it after the first set of triple backticks. For example, this question over on Software Dev uses it for C. What programming languages are su...
If I put leading text into the post body textbox immediately before a bulleted list, like this: Leading text: * First item * Second item In the preview below the box it shows up correctly, with ...