spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Add a DocumentReader implementation for GH Markdown

Open markpollack opened this issue 2 years ago • 0 comments
trafficstars

Github Markdown is a popular format that provides ready structural hints as to document content, e.g paragraph, table, etc and many document formats can be converted to markdown, for example pandoc can convert asciidoc to markdown which makes it easier to work with.

I've used https://github.com/commonmark/commonmark-java and the GH extension with success in spring-cli.

markpollack avatar Nov 17 '23 18:11 markpollack