Most editors don't have "first class" Markdown support any more than Geany, they require plugins/packages/bundles, for example:
https://atom.io/packages/search?q=markdown https://github.com/SublimeText-Markdown/MarkdownEditing https://marketplace.visualstudio.com/search?term=markdown&target=VS&category=All%20categories&vsVersion=vs15&sortBy=Relevance https://wiki.gnome.org/Apps/Gedit/MarkdownSupport https://github.com/textmate/markdown.tmbundle https://plugins.geany.org/markdown.html The thing they all have in common is being external to the core editor and being _contributed by users_ who needed these features, which is the whole point of having a plugin system in the first place. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1464#issuecomment-471797210
