CondeNast / atjson

atjson is a living content format for annotating content
https://atjson.condenast.io
Apache License 2.0
215 stars 13 forks source link

fix: handle empty markdown table headers in proprietary packages #1786

Closed colin-alexa closed 3 months ago

colin-alexa commented 3 months ago

Some of the logic we recently introduced around table headers isn't really general-purpose; the decision to equate "markdown table with no text in header cells" with "html table with no thead section" is a particular decision for our own technologies, and makes more sense to implement in a private package rather than the public atjson repo