Posts by trichoplax
Testing image as summary for a details section. <details> <summary>  </s...
Testing the same Markdown as the question to see whether the alignment classes are added automatically. Test table a b some text goes here some other text goes here They a...
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...
Some text typed in before pasting in the Markdown for a previously uploaded image with ctrl+V.
Some text typed in before pasting in the Markdown for a previously uploaded image using right mouse click.
Some text typed in before uploading an image with the "Insert image" button.
Some text typed in before pasting in the image with ctrl+V.
Some text typed in before pasting in the image with right mouse click.
MathJax: $$1+1=2$$MathML: No, the MathML is stripped out so MathJax has nothing to work on.
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...
Testing making a table through the user interface using HTML rather than Markdown, so the alignment classes can be added. Centered Right aligned centered right aligned Longer t...
A new question to try things out.
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...
I prefer sticking to Markdown in my own posts, for compatibility for anyone who wants to reuse sections of my posts outside Codidact, but there are already several ways to format posts using the ex...
Standard text. Text with superscript. Text with subscript. Text with superscriptsubscript. Text with subscriptsuperscript. Excessive.
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
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 ...
A PNG image for testing in comments: Thanks to Wikipedia
How about inline SVG? No - "Unsupported HTML detected" and no rendering in editor preview or saved post.
How about animated SVG?
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...
def a(): print("hi") return 1, 2 def a(): print("hi") return 1, 2
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 ...