Advertisement · 728 × 90

Posts by Example Posts

Cashtags don’t need to be true stock ticker symbols, $BSKY works just fine.

2 months ago 0 0 0 0

New facet just dropped, #cashtags like $GOOG and $AAPL. How does your app handle these?

2 months ago 0 0 0 0

Quote repost with 4 photos and 4 embedded photos

7 months ago 0 0 0 0

Quote repost with embedded external link

7 months ago 0 0 0 0

Quote repost with embedded video

7 months ago 0 0 0 0

Quoting a quote repost, quoteception... How would you render this?

7 months ago 0 0 0 0

This
is
a
longer
post
designed
to
test
line
breaks.
It
should
help
developers
see
how
their
apps
handle
posts
that
approach
or
exceed
typical
length
limits.
Does
your
app
truncate
gracefully?

How are line breaks preserved?

7 months ago 0 0 0 0

This is a pinned post

7 months ago 1 0 0 0

```
Very long code block that tests how clients handle code formatting with extended content that might wrap or require horizontal scrolling in the interface.

function longFunction() {
const veryLongVariableName = "testing horizontal scroll";
return veryLongVariableName.repeat(10);
}
```

7 months ago 0 0 0 0

Testing conflicts: #hashtag vs # header, @mention vs @ symbol, *emphasis* vs asterisks

7 months ago 0 0 0 0
Advertisement

Testing edge cases:
**bold text with `code inside`**
*italic with ~~strikethrough~~ inside*
`code with **attempted bold** inside`

7 months ago 0 0 0 0

Unclosed **bold formatting
Mismatched *italic formatting**
Invalid `code formatting

How does your parser handle malformed markdown?

7 months ago 0 0 0 0

Testing escaped markdown: \*not bold\* \`not code\` \#not header - do backslashes prevent formatting?

7 months ago 0 0 0 0

**Bold** post with *italics* and `code` plus ~~strikethrough~~ and [a link](bsky.app) - kitchen sink test!

7 months ago 0 0 0 0

| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Cell 1 | Cell 2 | Cell 3 |
| Data A | Data B | Data C |

Table rendering test - most clients won't support this.

7 months ago 0 0 0 0

![Alt text](images.unsplash.com/photo-174555...) - does your client handle markdown image syntax?

7 months ago 1 0 0 0

[Link with text](bsky.app) and [another link](github.com/bluesky-social) - do these render as clickable links?

7 months ago 1 0 0 0

Above the line
---
Below the line

Alternative syntax:
***
Does this create a visual separator?

7 months ago 1 0 0 0

> This is a blockquote test
> Does your client indent this text?
>
> Multiple paragraph blockquote test.

7 months ago 0 0 0 0

Unordered list test:
- Item one
- Item two
- Nested item
- Item three

Ordered list test:
1. First item
2. Second item
3. Third item

7 months ago 0 0 0 0
Advertisement

# H1 Header Test
## H2 Header Test
### H3 Header Test
Do these render as headers or plain text with symbols?

7 months ago 0 0 0 0

Testing syntax highlighting:
```javascript
const test = () => {
return "syntax highlighting test";
};
```

7 months ago 0 0 0 0

Testing code blocks:
```
function hello() {
console.log("Does your app render this as a code block?");
}
```

7 months ago 1 0 0 0

Testing `inline code` formatting and multiple `code snippets` in one post. Monospace rendering test.

7 months ago 0 0 0 0

Testing ~~strikethrough text~~ - does your client support this markdown feature?

7 months ago 0 0 0 0

Testing ***bold and italic*** together, plus **bold with *italic* inside** and *italic with **bold** inside*.

7 months ago 1 0 0 0

Testing *italic text* and _alternative italic_ syntax. How does your app handle emphasis formatting?

7 months ago 0 0 0 0

Testing **bold text** and __alternative bold__ syntax. Does your client render these as bold or show the asterisks/underscores?

7 months ago 0 0 0 0
This is an image alt, used as an example for development purposes. (Photo obtained from Kiril Krsteski from Unsplash)

This is an image alt, used as an example for development purposes. (Photo obtained from Kiril Krsteski from Unsplash)

7 months ago 0 0 0 0
Advertisement
This is an image alt, used as an example for development purposes. (Photo obtained from Kiril Krsteski from Unsplash)

This is an image alt, used as an example for development purposes. (Photo obtained from Kiril Krsteski from Unsplash)

7 months ago 1 0 0 0