This project is not covered by Drupal’s security advisory policy.

Works in conjunction with the Markdown module to provide additional functionality to the Markdown syntax as per http://github.github.com/github-flavored-markdown/

Features

Hard Wrap Single Newlines
Treat single newlines in paragraph-like content as line breaks. This is more intuitive for most users than the way in which Markdown normally handles single newlines.

Escape Underscores in Words
It is not reasonable to italicize just part of a word, therefore words containing multiple underscores have their inner underscores escaped. This foo_bar_baz does not turn into foobarbaz.

Fenced Code Blocks
Markdown supports delineating code blocks by beginning each line with four spaces or a tab character. This can be cumbersome when entering longer snippets, so GFM implements fenced code blocks -- text encapsulated by '```' (three backticks) are treated as if each line began with four spaces or a tab character.

Auto Linking of Raw URLs
Github Flavored Markdown attempts to find raw URLs within the text and format them as Markdown style links so they are later transformed into HTML anchor tags -- clickable links -- by the Markdown processor.

Instructions

  1. Download and enable the Markdown module
  2. Download and enable Github Flavored Markdown
  3. Create an Input Format and enable both the Markdown filter and the Github Flavored Markdown filter
  4. Visit the 'Rearrange' tab for the new Input Format and ensure that the Github Flavored Markdown filter is placed before Markdown.
  5. Optionally visit the 'Configure' tab for the new Input format and disable any features of Github Flavored Markdown that are not necessary or are causing problems with other input filters
Supporting organizations: 

Project information

Releases