[Emacs] Documentation

This commit is contained in:
2022-08-08 20:37:03 +02:00
parent 98a7327662
commit a58e171913

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)