Hacker News new | ask | show | jobs
by mintplant 4136 days ago
Looks like images work just fine.

    ![test](https://i.imgur.com/Qjmt6dD.png)
It's GitHub Flavored Markdown.

https://guides.github.com/features/mastering-markdown/

1 comments

It also seems to support HTML:

   <img src="https://i.imgur.com/Qjmt6dD.png">
At some point, Sandstorm will actually disallow embedding off-site resources via Content-Security-Policy since otherwise it is trivial to leak data out of a Sandstorm app, something we'd like to prevent. (Currently, this client-side sandbox is incomplete.)