romansky / dom-to-semantic-markdown

DOM to Semantic-Markdown for use with LLMs
MIT License
604 stars 11 forks source link

Include evocative semantic markdown examples (can be minimal) in README & links to more extensive examples #2

Open mcint opened 1 month ago

mcint commented 1 month ago

On first visit, I think I know what this output format is, from playing with pandoc. But, because it's not shown inline, nor are links provided to standards or more canonical sources for semantic markdown, I would not feel confident in sharing it with a colleague or friend, who again would check themself with the same question.

Requesting, suggesting, or offering:

More generally:

romansky commented 1 month ago

Thanks @mcint , added full example from xkcd.

Blog posts / comparisons with similar tools will come when time allows!

Though the focus & features are very specific to the LLM use case, so facilities like link minification and not removing semantic elements like "nav" and "header" (which are not needed for translation to Markdown, but have value prompting to an AI..) etc.