Describe the bug
Saving bash code destroys the content reproducible
Steps to Reproduce
When I try to save markdown with the following code
git diff --name-only -z HEAD --cached \
| sort -zu \
| grep -zE '\.(ts|tsx|js|jsx|json|py|importliner)$|vite\.config\.mts$|\.env\.template$' \
| grep -zvE '^(\.|node_modules/|dist/)' \
| while IFS= read -r -d '' f; do
echo "--- FILE_START: $f ---"
cat "$f"
echo "--- FILE_END: $f ---"
echo
done > script.txt
I always get this returned
git diff --name-only -z HEAD --cached \
| sort -zu \
| grep -zE '\.(ts|tsx|js|jsx|json|py|importliner)$|vite\.config\.mts$|\.env\.template
\
| grep -zvE '^(\.|node_modules/|dist/)' \
| while IFS= read -r -d '' f; do
echo "--- FILE_START: $f ---"
cat "$f"
echo "--- FILE_END: $f ---"
echo
done > script.txt
How do you run Jotty?
Docker
Jotty Version
latest
Checklist
Describe the bug
Saving bash code destroys the content reproducible
Steps to Reproduce
When I try to save markdown with the following code
I always get this returned
How do you run Jotty?
Docker
Jotty Version
latest
Checklist