Comment on Texts Editor - True WYSIWYG MarkdownComments−wink14yThe renderer seems to be easily confused, I'm using hyde ( http://ringce.com/hyde ) and Texts doesn't recognize my files as markdown.They have Django template syntax mixed in, so for example:{% extends "_foo.html" %} {% block article %}MarkdownPad seems to manage to convert the markdown bits just fine.
Comments
The renderer seems to be easily confused, I'm using hyde ( http://ringce.com/hyde ) and Texts doesn't recognize my files as markdown.
They have Django template syntax mixed in, so for example:
{% extends "_foo.html" %} {% block article %}
MarkdownPad seems to manage to convert the markdown bits just fine.