sending and receiving text/markdown
sending and receiving text/markdown
Posted Aug 11, 2017 4:37 UTC (Fri) by dkg (subscriber, #55359)In reply to: Active Desktop says hello by zlynx
Parent article: The coming WebKitGTK+ 2.4 apocalypse
The nice thing about just sending the markdown directly is that you might be able to guarantee a more limited/safe set of functionality, instead of opening the door to all the bugbears that lurk in full-blown HTML. Of course, to get that safety, you'd have to be disciplined about not allowing too much extra stuff into the markdown variant at render time (i.e. no "let me just stick some raw html in here" verbatim blocks)