# Raw markdown in a surface that does not render it

Part of [The AI Tells Index](https://feedsquad.com/ai-tells). A tell signals low effort. It does not identify an author. Skilled writers produce every shape listed here, some of them daily, and automated detectors misread those writers for it at rates measured above 60 percent on non-native English prose. Nothing in this index proves that a machine wrote anything. Read an entry as one piece of evidence to weigh against the false-positive notes printed beside it.

## Facts

- Id: raw-markdown-leak
- Category: Formatting (formatting)
- Subcategory: markdown-leak
- Also known as: unrendered markdown, asterisk bold in plain text, literal markdown syntax, WP:MARKDOWN, code fence leaked into an article
- Status: Active. Currently signals low-effort writing.
- Severity: medium
- Evidence grade: primary-doc (platform policy, vendor documentation, or a model card)
- Languages: en
- Added: 2026-08-14
- Updated: 2026-08-17
- Page: https://feedsquad.com/ai-tells/raw-markdown-leak

## Description

Markdown syntax appears verbatim in a surface that renders none of it. Asterisks, hash headings, bracket links and backticks survive the paste into LinkedIn, X, or an email body, where they display as literal characters.

## Why it reads as machine-written

Models emit markdown by default because their training and their chat surfaces both render it. A person composing in the platform composer has nothing to convert. The artifact locates where the text was written, which is upstream of the platform it landed on.

## Detection

Type: deterministic (a regular expression, run as written)

Scope: document

ECMAScript regular expression. The build validator compiles it and tests it against this entry's own specimens.

```regex
(?:^|\s)(?:#{1,6}\s+\S|\[[^\]]{1,60}\]\([^)]{1,120}\)|`{1,3}[^`\n]{1,60}`{1,3}|\*\*(?!\s)[^*\n]{0,59}[^*:\s\n]\*\*)
```

Flags: gm

## Examples

Constructed specimens. Written for this index. Never quoted from anyone's posts.

### Specimen 1

Before, exhibiting the tell:

> Read the full breakdown here: [why retention really matters](https://example.com/post)
>
> ## What we learned about churn
>
> Retention is one of those subjects everybody agrees is important and almost nobody looks at properly. Churn is a lagging measure of a hundred small decisions, most of them made long before anyone thinks to open the dashboard, and by the time the shape of it is obvious the window to do anything about it has usually closed. Better reporting is rarely what fixes that. It is an easy thing to say and a hard thing to keep up.

After, repaired:

> Our Q3 retention teardown is on the blog, linked below. The short version: churn moved because we changed the trial length, not because of the pricing test we assumed was responsible.

Note: The first version was composed in a markdown editor and pasted into a composer that renders none of it. Readers see the brackets and hashes. The tell is the unrendered syntax, not the empty copy around it. The copy is empty so that the specimen reads as what the artifact implies: a draft nobody reread before publishing.

### Specimen 2

Before, exhibiting the tell:

> Three things changed this month. The **billing migration** finally shipped, support volume settled down, and the team grew a little. None of it was dramatic, and all of it took longer than anyone expected it to. That is usually how the useful months go.

After, repaired:

> Three things changed this month. The billing migration shipped on the 14th after two false starts, support volume dropped by roughly a third in the fortnight after, and Priya joined as our second engineer.

Note: Asterisks around a single phrase mid-sentence, left over from a composer that rendered them.

## False positives

Who legitimately writes this way.

Anyone who drafts in a markdown editor produces this by hand. Software engineers write markdown as a default register and paste out of it without thinking, and note-taking tools store markdown natively, so their export path is copy and paste. Technical writers, people who live in issue trackers, and anyone who drafts in a static-site repo all hit this the same way. Some publishing tools strip the markers and some do not, so one author can produce the artifact on one platform and not on another with identical source text. The pattern locates the composer. It says nothing about the author.

## Model attribution

Documented at surface level, not family level. The ICML 2025 idiosyncrasy work reports that ChatGPT emphasises key points inside enumerations with bold while Claude often returns responses with no bold and no headers, and OpenAI documents that GPT-5 in the API emits no Markdown by default to preserve compatibility. Attribute the habit to a chat surface with a renderer and a system prompt, not to a model family.

## Platform notes

- linkedin: The post composer stores plain text, so asterisks publish as asterisks. LinkedIn retired its own generative rewrite tool in July 2026 and replaced it with a proofreader described as not changing the writer's voice, which is the opposite direction of travel from pasted chat output.
- x: Post bodies are plain text. Literal asterisks survive to the timeline and read as leftover markup.
- wikipedia: The editor guide treats markdown in an article as a sign in itself, because wikitext is thinly represented in model training data. It names the inline-header vertical list specifically: list marker, bold inline header, colon, descriptive text.

## Sources

1. Wikipedia:Signs of AI writing (sections: Inline-header vertical lists; Use of Markdown)
   https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing
   (tier: community; accessed 2026-08-14)
2. OpenAI Cookbook: GPT-5 prompting guide (API default emits no Markdown)
   https://developers.openai.com/cookbook/examples/gpt-5/gpt-5_prompting_guide
   (tier: vendor; accessed 2026-08-14)
3. Sun, Yin, Xu, Kolter, Liu. Idiosyncrasies in Large Language Models. ICML 2025
   https://arxiv.org/abs/2502.12150
   (tier: peer-reviewed; accessed 2026-08-14)
4. Wikipedia: Criteria for speedy deletion, G15
   https://en.wikipedia.org/wiki/Wikipedia:Criteria_for_speedy_deletion
   (tier: community; accessed 2026-08-14)

## Status history

Ids are permanent. A retired tell keeps its id and its page.

- 2026-08-14, Active: High precision as an artifact and honest about what it proves. It identifies where the text was composed rather than who composed it, which is why severity is moderate and not strong. Regex verified on 2026-08-14 against three positive and five negative strings, including a Python exponent and a thematic break.

## License

CC BY 4.0. https://creativecommons.org/licenses/by/4.0/

Attribution: The AI Tells Index, feedsquad.com/ai-tells

Reuse the data, including commercially. Keep the attribution line.

---

Dataset version 1.0.0. Schema version 1.
Part of [FeedSquad](https://feedsquad.com). Built by [Herman Foundry](https://hermanfoundry.com) from Levi, Finnish Lapland.