[Github-comments] [geany/geany] XML comments for Markdown (#2179)

Colomban Wendling notifications at xxxxx
Sun Jun 9 08:10:49 UTC 2019


Yes, you can configure that: in [*filetypes.markdown*](https://www.geany.org/manual/#filetype-definition-files), add the corresponding [`comment_open` and `comment_close`](https://www.geany.org/manual/#settings-section) options in the `settings` section.

E.g., *~/.config/geany/filedefs/filetypes.markdown*
```ini
[settings]
comment_open=<!--
comment_close=-->
```

---

We currently don't have any comment marked for Markdown, but I'm not sure there is anything standard in that regard, is there? @codebrainz 

-- 
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/2179#issuecomment-500194256
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190609/06624bef/attachment.html>


More information about the Github-comments mailing list