Closed paulrobertlloyd closed 4 years ago
Do we need to consider this at all or is #100 a good compromise here?
Happy to test this out when 3.2 arrives in TestFlight. Ultimately, I’d like Sunlit to provide a less opinionated syntax than the default HTML it currently provides, and it seems Markdown might be one way of achieving that, but I’m not sure.
I think we should keep the current behavior, HTML-only for multiple sections. We can reconsider later but I think simpler (one format) is better here.
Rather than default to HTML, provide both
content.html
andcontent.value
when sending a Micropub request. For example:content.html
can provide the content as HTML (withwidth
,class
and other attributes on theimg
), whilecontext.value
could provide a simpler representation, using Markdown for image references. That said, I’m unclear if Markdown is considered valid forcontent.value
.In #86, @manton responded: