this post was submitted on 09 Jul 2025
131 points (100.0% liked)
Opensource
3373 readers
129 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can someone explain why I might want to use markdown locally? So far, I only now it from message boards, blog software etc. and all software that supported it came with its own editor. When would I use MD rather than ODT/DOCX?
Documentation in a repository.
ODT and DOCX are binary and can't be versioned and compared like a plain text format can.
Thanks, for your explanation!
Now that you mention it I saw these .MD files several times on Github etc.
In general: you don't need any specific app to use Markdown files, you can just read them in a text editor. I've come to really like these kinds of raw-readable formats - usability without special tools can be incredibly useful depending on the situation.