Communities

(DEV) Codidact Meta
(DEV) Codidact Meta
(DEV) Writing
(DEV) Writing
Proposals
Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
60%
+1 −0
Q&A Using an image as a summary for a details section

Testing image as summary for a details section. <details> <summary> ![Blue on white Codidact icon and name](https://a.dev.codidact.org/uploads/a8qbvlykdgcm18oujxckhnpw6wzq) </s...

1 answer  ·  posted 9mo ago by trichoplax‭  ·  last activity 9mo ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Testing mixed tabs and spaces in code blocks

Some code blocks: spaces tab Try highlighting the text and the whitespace before it to see the difference. Although pressing tab while manually entering code will switch to another elem...

0 answers  ·  posted 1y ago by trichoplax‭  ·  edited 1y ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
50%
+0 −0
Q&A Testing transparency for future compatibility with dark mode

Testing transparency: Attribution: https://en.wikipedia.org/wiki/File:PNG_transparency_demonstration_1.png

1 answer  ·  posted 13d ago by trichoplax‭  ·  last activity 13d ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Strikethrough starting with a space

Markdown doesn't work if the struck section starts with a space: (port | copy | implementation~~ | ATTACK~~) Using an <s> HTML tag instead allows it to work: (port | copy | implementation ...

0 answers  ·  posted 21d ago by trichoplax‭  ·  edited 21d ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Zero line code block

Zero line code block

0 answers  ·  posted 24d ago by trichoplax‭  ·  last activity 22d ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Alt text containing double quotes

An image with alt text text with "quote" inside: ![text with "quote" inside](https://a.dev.codidact.org/assets/logo.png) An image with alt text unmatched " inside: ![unmatched " inside](...

1 answer  ·  posted 2mo ago by trichoplax‭  ·  last activity 2mo ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Testing existing CSS spoiler implementation

Raw text A sentence with a spoiler hidden half way through <span class="spoiler">that says something top secret</span> to test how this works. Renders as A sentence with a spoiler ...

0 answers  ·  posted 3mo ago by trichoplax‭  ·  edited 3mo ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Image upload with alt text deleted to indicate a decorative image

Image upload with alt text deleted to indicate a decorative image:

0 answers  ·  posted 3mo ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Meta Testing images and image links in a table

An image in a paragraph and an image in a paragraph that is a link to the image . A table with the same 2 cases: Label Image Codidact logo Logo as link to image

0 answers  ·  posted 5mo ago by trichoplax‭

Question discussion
50%
+0 −0
Q&A Does a details tag stay as raw text inside a code block?

Does a <details> tag stay as raw text inside a code block? As 4 space indented text Raw text: <details><summary>hint</summary>surprise!</details> Rendered as...

0 answers  ·  posted 9mo ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Is MathML converted by the MathJax library?

MathJax: $$1+1=2$$MathML: No, the MathML is stripped out so MathJax has nothing to work on.

0 answers  ·  posted 12mo ago by trichoplax‭  ·  edited 12mo ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A A question to try things out

A new question to try things out.

1 answer  ·  posted 3y ago by trichoplax‭  ·  reopened 3y ago by Monica‭

Question question
50%
+0 −0
50%
+0 −0
Q&A Fake spoiler text

Highlight to reveal, for example by dragging over the text to select it, or triple clicking to select the paragraph. Some <span class="has-color-white">hidden text</span> in a senten...

0 answers  ·  posted 1y ago by trichoplax‭  ·  edited 1y ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Subscript and superscript

Standard text. Text with superscript. Text with subscript. Text with superscriptsubscript. Text with subscriptsuperscript. Excessive.

0 answers  ·  posted 1y ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A HTML tag removal of MathJax inequalities

A MathJax block: Raw Markdown: $$a<b$$ Rendered output: $$a Raw Markdown: A sentence with $a<b$ in it. Rendered output: A sentence with $a

0 answers  ·  posted 1y ago by trichoplax‭

Question bug
50%
+0 −0
Q&A Does APNG work in posts?

APNG is an animated PNG format, but still uses the file extension .png for backwards compatibility. The example APNG from https://en.wikipedia.org/wiki/APNG This uploads without complaint, and ...

0 answers  ·  posted 1y ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Does SVG work in posts?

Does SVG work in the image upload? No. Only png, jpeg, jpg, gif (even if the wrong file extension such as png is used, svg is rejected). Does SVG in an <img> tag work? Yes in the edit previe...

3 answers  ·  posted 2y ago by trichoplax‭  ·  edited 1y ago by trichoplax‭

Question lets-see-if-this-works
50%
+0 −0
Q&A Testing HTML comment based syntax highlighting

def a(): print("hi") return 1, 2 def a(): print("hi") return 1, 2

1 answer  ·  posted 2y ago by trichoplax‭  ·  last activity 1y ago by Mod‭

Question html
50%
+0 −0
Q&A Testing dollar signs and MathJax

A test edit after redaction Testing dollar signs and MathJax. MathJax block: $$a^2+b^2=c^2$$ MathJax block: $$a^2+b^2=c^2$$MathJax $N^2$ inline in a sentence. MathJax $N^2$ inline in a ...

0 answers  ·  posted 2y ago by trichoplax‭  ·  edited 2y ago by trichoplax‭

Question bug
50%
+0 −0
Q&A Testing MathJax in question previews in question list

This is a suggested edit A high school student I know has the following problem: a>b A parabola is given by a $b^3+3px$ with $p>0$. The point $D$ is on the parabola in the first quadrant...

1 answer  ·  posted 3y ago by trichoplax‭  ·  last activity 3y ago by 小貓 ‭

Question bug
50%
+0 −0
Q&A A questions featuring plenty of newlines (posted from Linux)

A new question. With newlines. Because that's what we're testing today. Newlines!

0 answers  ·  posted 3y ago by trichoplax‭  ·  edited 3y ago by Mr E Man‭

Question testing