Comments on Formatting sandbox
Parent
Formatting sandbox
Does all our special formatting work as expected? Math, code, footnotes, etc? Let's find out.
Tables: | Table Column 1 | Column 2 | Really Long Column Name | qwertyqwertyqwertyqwertyqwertyqwertyqwertyqwerty | …
19d ago
This post title includes bold, italic, `code`, kbd, sup, sub, and strikethrough. Let's see what renders as we adjust `A …
19d ago
Line overflow: code blocks should scroll and text should wrap even when there are no spaces. ``` aaaaaaaaaaaaaaaaaaa …
19d ago
Copied from https://math.codidact.com/posts/286292, 'cause that's way easier than working out complicated wide mathjax o …
15d ago
Multi-line code block: ```sql select from users where deleted=true and communityid=1; ``` Single-line code bl …
18d ago
Post
Multi-line code block:
select * from users
where deleted=true
and community_id=1;
Single-line code block:
select * from users;
Code block with all whitespace:
<pre>, not markdown code block:
blah blah blah

0 comment threads