forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added WXRImporter, SpamLookup seems to be behaving now...? Also, adde…
…d Markdown fixes.
- Loading branch information
1 parent
1024e4f
commit 7309120
Showing
28 changed files
with
2,629 additions
and
1,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.