Hacker News new | ask | show | jobs
by BeFlatXIII 1095 days ago
> Why store markdown files in Google Drive of all places and not a git repository?

Git diffing doesn't play nice with paragraph-based prose.

1 comments

Does it not? All of our docs are Markdown files maintained in GitHub and diffs have never been an issue. PRs in particular are great for collaborative updates because reviewers can jump straight to the paragraphs that changed instead of reading everything top to bottom.
How do you handle text wrapping or otherwise manage long paragraphs? Do you use a newline per sentence or use soft-wrapping to write each paragraph on a single line?
I thiiiink soft wrapping, but I'm not at my computer to verify.