[Emacs] Documentation

This commit is contained in:
Lucien Cartier-Tilet 2022-08-08 20:37:03 +02:00
parent 98a7327662
commit a58e171913
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 0 deletions

View File

@ -6555,6 +6555,9 @@ able to render Markdown through its API.
"cr" #'gh-md-render-buffer))
#+end_src
Sometimes, I have to work with Githubs markdown flavour, but Im not
really a huge fan of writing it by hand. So instead, Ill write it in
org-mode and then export it with ~ox-gfm~.
#+begin_src emacs-lisp
(use-package ox-gfm
:straight (:build t)