According https://spec.commonmark.org/0.29/#html-blocks , markdown should support raw HTML in specific cases. This allows infinite flexibility, which is nice when you want to use pure text files with some extra flair occasionally. One way I've personally used them is with <details>, for collapsible sections in HTML. Anyway, is it possible to have raw HTML support, or does it violate some philosophy of the project?
Thanks in advance!