Skip to content
forked from larstvei/ox-gfm

Github Flavored Markdown Back-End for Org Export Engine

Notifications You must be signed in to change notification settings

lhernanz/ox-gfm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

MELPA

Github Flavored Markdown exporter for Org Mode

This is a small exporter based on the Markdown exporter already existing in Org mode. It should support the features listed here.

Installation

You can install ox-gfm using elpa. It's available on melpa:

M-x package-install ox-gfm

Usage

This package adds an Org mode export backend for GitHub Flavored Markdown. You can read more about Org mode exporting here.

Exporting to Github Flavored Markdown is available through Org mode's export dispatcher once ox-gfm is loaded. Alternatively, exporting can be triggered by calling the (autoloaded) function M-x org-gfm-export-to-markdown.

If you want to automatically load ox-gfm along with Org mode, then you can add this snippet to your Emacs configuration:

(eval-after-load "org"
  '(require 'ox-gfm nil t))

About

Github Flavored Markdown Back-End for Org Export Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%