logoalt Hacker News

oneeyedpigeontoday at 10:11 AM1 replyview on HN

Markdown is still a structure. It may be a very loose one, but it still enables a reader (of any flavour) to, for example, determine which parts of the text are code and which aren't.


Replies

embedding-shapetoday at 10:14 AM

No, Markdown is "syntax", quite literally not about structured data in any sense of the word, at least for existing pre-LLM developers where "structured data" has a real meaning already, you can't just go around redefining what concepts mean :)

> determine which parts of the text are code and which aren't

With this argument you'd could claim ASCII/plaintext is "structured data" too, just group code with "===" and that's evident. Obviously that doesn't make a format "structured data".

show 1 reply