Skip to content

textmate/GitHub-Markdown.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-Markdown.tmbundle

Provides some GitHub Flavoured Markdown extensions for TextMate to make working with GitHub Flavoured Markdown nicer.

Features

  • Add a new "Preview" command (overriding the existing Markdown preview) using Redcarpet to render GitHub Flavoured Markdown
  • Support triple-backtick raw blocks and support syntax highlighting for various languages (others can be added trivially). There’s also a tab trigger for inserting raw blocks: Just type a single backtick (`) and then hit the tab key.
  • Support and highlight GitHub Flavoured Markdown strikethroughs, tables, references, checkboxes and italics

You can also use nicer fonts by installing the GitHub Flavoured Markdown Font Settings bundle.

Installation

Check "Markdown (GitHub)" in TextMate 2's Preferences' Bundles.

Alternatively:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/mikemcquaid/GitHub-Markdown.tmbundle

Status

The above features are tested and working for my day-to-day.

Tested using TextMate 2. May work in TextMate 1 or Sublime Text; I've no idea.

Patches welcome.

Maintainers

Currently maintained by @noniq, originally created and maintained by @MikeMcQuaid

License

GitHub-Markdown.tmbundle is licensed under the MIT License. The full license text is available in LICENSE.txt.