Skip to content

larstvei/ox-gfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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

Packages

No packages published