privly / ZeroBin

A minimalist, opensource online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
http://sebsauvage.net/wiki/doku.php?id=php:zerobin
7 stars 0 forks source link

Add Markdown Format #4

Closed smcgregor closed 11 years ago

smcgregor commented 11 years ago

ZeroBin currently does not support any markup language because it needs to be supported in Javascript. We should add support for the Markdown language by integrating a Javascript Markdown library. The Markdown library will need to be scrutinized for possible cross site scripting vulnerabilities.

smcgregor commented 11 years ago

This should be in privly-applications.