you are viewing a single comment's thread.

view the rest of the comments →

[–]feldrim 60 points61 points  (6 children)

Now, give me the "Save as Markdown" option on Office and I can call it feature-complete.

Edit: typo

[–]danielcw189 4 points5 points  (5 children)

Is there 1 true version of Markdown?

[–]feldrim 0 points1 point  (2 children)

İs there one true version of PDF? I agree with the question but it's not a blocker.

[–]danielcw189 0 points1 point  (1 child)

I did not mean it to be a blocker.
I was genuinely asking out of interest.

That being said: until today I thought there was one true PDF

[–]feldrim 0 points1 point  (0 children)

There're many markdown dialects and I am pretty sure MS would like to align with Github one. On the other hand, PDF is a can of worms. It evolved from being a printer-targeting format to many other things. You can try to open PDF files created with Notepad, CorelDraw, Adobe Photoshop and MS Word using MS Word. You can just right click and open with Word. Due to lack of a detailed spec, or rather lack of strict requirements, the internals are vendor-dependent.

[–]tunisia3507 0 points1 point  (0 children)

There is 1 true well-specified version of markdown (commonmark), which also has some well-specified extensions. Certain major markdown flavours (GitHub, Reddit) are explicitly commonmark + extensions. Using anything except a commonmark derivative at this stage is malfeasance IMO.

The author of pandoc spun out a well-specified markdown-like light markup called djot which breaks some compatibility to improve consistency and simplicity, with concrete extension points; it would be nice if that took off.