From a58e1719133fc71dfbb3aecf5b0b8845975ea258 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 8 Aug 2022 20:37:03 +0200 Subject: [PATCH] [Emacs] Documentation --- org/config/emacs.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 77695a9..c26c54a 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -6555,6 +6555,9 @@ able to render Markdown through its API. "cr" #'gh-md-render-buffer)) #+end_src +Sometimes, I have to work with Github’s markdown flavour, but I’m not +really a huge fan of writing it by hand. So instead, I’ll write it in +org-mode and then export it with ~ox-gfm~. #+begin_src emacs-lisp (use-package ox-gfm :straight (:build t)