2 require 'git' # Ruby/Git
3 require 'git-blog/core_ext'
7 'xhtml' => /^<[^>]+>(.*)<[^>]+>$/,
8 'haml' => /^%[^\s\{]+(?:\{[^\}]\})? (.*)$/,
9 'textile' => /^h\d(?:[^\s\{]|\{[^\}]*\})*\. (.*)$/,
10 'markdown' => /^(.*)$/ # Also works for other
13 Location = File.expand_path( File.dirname(__FILE__) / '..' / '..')
16 require 'git-blog/parsers'