pmonks / lice-comb

A Clojure library for software license detection.
Apache License 2.0
7 stars 0 forks source link

Support Markdown in URL matching #49

Open pmonks opened 4 months ago

pmonks commented 4 months ago

When URL matching retrieves the content of a URL in order to perform full text license matching, it would be ideal if text/markdown responses were supported (i.e. by converting the Markdown to text/plain, and then performing license text matching on that).

pmonks commented 3 months ago

The commonmark-java library looks like a good way to achieve this, though it will be a new dependency.