From 5cc7ba52bbc7c4bc202c9743e92ed2accb8dfa06 Mon Sep 17 00:00:00 2001 From: efim Date: Sat, 30 Oct 2021 20:48:06 +0300 Subject: [PATCH] Add GNU Emacs to integrations documentation --- docs/integrations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/integrations.md b/docs/integrations.md index d20668e8d..f9838915d 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -107,6 +107,9 @@ They also serve as proof of concept, for the variety of things that can be built - [Inkdrop](http://inkdrop.app) - [Plugin](https://github.com/inkdropapp/inkdrop-mermaid) - [Vim](https://vim.org) - [Vim Diagram Syntax](https://github.com/zhaozg/vim-diagram) +- [GNU Emacs](https://www.gnu.org/software/emacs/) + - [Major mode for .mmd files](https://github.com/abrochard/mermaid-mode) + - [Org-Mode integration](https://github.com/arnm/ob-mermaid) - [Brackets](http://brackets.io/) - [Mermaid Preview](https://s3.amazonaws.com/extend.brackets/alanhohn.mermaid-preview/alanhohn.mermaid-preview-1.0.2.zip) - [Iodide](https://github.com/iodide-project/iodide)