| ▲ | crazygringo a day ago | |||||||||||||||||||||||||
Sure, but I think it's safe to say Markdown has more interoperability, no? Yes you can always use pandoc, but conversion usually brings quirks of its own. And more generally, the less conversion steps you need, the better. If you just stick to vanilla markup, you don't encounter incompatibilities. The "many kinds of markdown" isn't an issue if you're not using platform-specific extensions in the first place. Which, usually, you're not, unless you need to do something very specific to that application. | ||||||||||||||||||||||||||
| ▲ | adityaathalye a day ago | parent | next [-] | |||||||||||||||||||||||||
Yes, more interoperability at the cost of capability. Also, yes, conversion is quirky. That is why Org works until it does, and then I trade off being stymied by markdown's more plain-ness, in favour of collaborating with others. And with vanilla markup, the trouble is that many applications /do not/ use just vanilla markup. People /invariably/ want "one key tweak" (like, front-matter or table of contents or footnotes or some such thing), and everyone ends up doing their own thing. Perhaps the trouble with markdown is it's /too/ plain. So yes, lots of people can do lots of lowest common denominator stuff, but it does not extend to individuals wanting "just one thing" which also adds up to a lot of people. Edit: a real-life example... I typically run code from org-mode for interactive testing and debugging --- the kind of stuff we write small throwaway scripts for. In this one project, I made it so that /I/ or anyone else using org-mode could do it from org, for local development, and anyone else could just use the script as-is... including the CI pipeline. [1] https://gitlab.com/nilenso/cats/-/raw/master/README_TESTS.or... (notice that the gitignore procedure needed for this trick is self-executable from this org file itself, in addition to being self documenting) [2] https://gitlab.com/nilenso/cats/-/blob/master/bin/curl-tests... | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | thayne 14 hours ago | parent | prev [-] | |||||||||||||||||||||||||
If I just stick to vanilla markdown, then I don't have features that I would really like in my notes, like tables, footnotes, etc. | ||||||||||||||||||||||||||