[Emacs] Documentation
This commit is contained in:
		
							parent
							
								
									98a7327662
								
							
						
					
					
						commit
						a58e171913
					
				@ -6555,6 +6555,9 @@ able to render Markdown through its API.
 | 
				
			|||||||
    "cr" #'gh-md-render-buffer))
 | 
					    "cr" #'gh-md-render-buffer))
 | 
				
			||||||
#+end_src
 | 
					#+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
 | 
					#+begin_src emacs-lisp
 | 
				
			||||||
(use-package ox-gfm
 | 
					(use-package ox-gfm
 | 
				
			||||||
  :straight (:build t)
 | 
					  :straight (:build t)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user