I'm still struggling with file upload.
Now markdown is without ā!ā and in the post link to file is working as link, but now it tries to download without proper extension.
Markdown:
[blank-docx] (/assets/files/2016-11-14/11:26:260-blank-docx)
HTML is:
<a href="/assets/files/2016-11-14/11:26:260-blank-docx" target="_blank" rel="nofollow noreferrer">blank-docx</a>
Files on the server are with converted extensions (11:26:260-blank-docx), and when I click on the link, it does not convert them back to .docx.
Am I doing something wrong?