steiza / docstore

For any civics-minded organization that needs a simple place to host documents publicly
http://a2docs.org/
7 stars 4 forks source link

Feature: Narrative Description field to support Markdown formatting #7

Closed vielmetti closed 8 years ago

vielmetti commented 8 years ago

Noted in #4, this feature would support and render Markdown in the Narrative Description field.

Per that discussion, this is probably behind #3 (multiple file uploads).

steiza commented 8 years ago

This also ended up being a lot easier than I thought. It uses the python libraries markdown to generate the html and bleach to constrain the output. Take a look at https://github.com/steiza/docstore/commit/7480cedfb0cfebd33c14e69f4426bdb6d64a56ff or the attached screenshot.

markdown