mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
838 B
838 B
Claude Export Fixture 2
Mixed Narrative and Snippets
The next block contains markdown-like content that should remain stable while scrolling and editing.
Checklist
- Keep headings stable
- Keep code fences stable
- Keep list indentation stable
- Ensure no invisible mutation on save
Pseudo transcript
User: "Can you generate a deployment plan?" Assistant: "Yes, here is a plan with phases."
set -euo pipefail
for file in *.md; do
echo "checking ${file}"
rg -n "TODO|FIXME" "$file" || true
done
Stress text
Words_with_underscores should not be interpreted as markdown emphasis when they are plain identifiers.
a_b_c x_y_z double strong single single
Block quote line 1 Block quote line 2
Final paragraph with punctuation: (alpha), [beta], {gamma}, .