Hacker News new | ask | show | jobs
by zamadatix 1543 days ago
I think you can just serve text/markdown and things that don't know the markdown subtype will just display as plaintext because of the text main type while things that do e.g. extension registering the mime type will render it. Would need to test to verify though.