Add ability to upload word document as proposal description
Added a button to each Markdown editor, which allows the user to select a docx file and converts it to Markdown.
This works by using a client-side library to convert it to HTML, and then inserting that into the ToastUI markdown editor (which internally converts it to Markdown).
Closes #391 (closed)
Edited by Martin Mladenov