Skip to content

Commit

Permalink
Added WXRImporter, SpamLookup seems to be behaving now...? Also, adde…
Browse files Browse the repository at this point in the history
…d Markdown fixes.
  • Loading branch information
MikeThomsen authored and jayallen committed Mar 24, 2010
1 parent 1024e4f commit 7309120
Show file tree
Hide file tree
Showing 28 changed files with 2,629 additions and 1,492 deletions.
30 changes: 30 additions & 0 deletions addons/Markdown.plugin/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Markdown and SmartyPants
id: MarkdownSmartyPants
key: MarkdownSmartyPants
description: <MT_TRANS phrase="Easily translates plain punctuation characters into 'smart' typographic punctuation.">
version: $VERSION
author_name: John Gruber
author_link: http://daringfireball.net/
plugin_link: http://daringfireball.net/projects/smartypants/


tags:
modifier:
smarty_pants: $MarkdownSmartyPants::MT::Plugin::SmartyPants::SmartyPants
smart_quotes: $MarkdownSmartyPants::MT::Plugin::SmartyPants::SmartQuotes
smart_dashes: $MarkdownSmartyPants::MT::Plugin::SmartyPants::SmartDashes
smart_ellipses: $MarkdownSmartyPants::MT::Plugin::SmartyPants::SmartEllipses
function:
SmartyPantsVersion: $MarkdownSmartyPants::MT::Plugin::SmartyPants::SmartyPantsVersion
block:
MarkdownOptions: $MarkdownSmartyPants::MT::Plugin::Markdown::MarkdownOptions

text_filters:
markdown:
label: Markdown
docs: http://daringfireball.net/projects/markdown/
handler: $MarkdownSmartyPants::MT::Plugin::Markdown::MarkdownTextFilter
markdown_with_smartypants:
label: Markdown With SmartyPants
docs: http://daringfireball.net/projects/markdown/
handler: $MarkdownSmartyPants::MT::Plugin::Markdown::MarkdownWithSmartyPants
Loading

0 comments on commit 7309120

Please sign in to comment.