diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-09 14:35:23 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-09 14:35:23 -0500 |
commit | 2b9ce0129bc61177e976caf432af9b4406ab2f3f (patch) | |
tree | 74be3d536540070af41385e8b108c651073af52d /po | |
parent | ed30330ac23ca84235e09cfc2f0acd55d62e4a09 (diff) | |
download | ikiwiki-2b9ce0129bc61177e976caf432af9b4406ab2f3f.tar ikiwiki-2b9ce0129bc61177e976caf432af9b4406ab2f3f.tar.gz |
* mdwn: When htmlizing text, if it's a single line with no newline,
remove the enclosing paragraph and newline markdown wraps it in.
This allows removing several hacks around this markdown behavior from
other plugins that htmlize fragements of pages.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 2af29ad46..73fd91b85 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-09 14:04-0500\n" +"POT-Creation-Date: 2008-01-09 14:31-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -240,15 +240,15 @@ msgstr "" msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)" msgstr "" -#: ../IkiWiki/Plugin/meta.pm:132 +#: ../IkiWiki/Plugin/meta.pm:124 msgid "stylesheet not found" msgstr "" -#: ../IkiWiki/Plugin/meta.pm:156 +#: ../IkiWiki/Plugin/meta.pm:148 msgid "redir page not found" msgstr "" -#: ../IkiWiki/Plugin/meta.pm:169 +#: ../IkiWiki/Plugin/meta.pm:161 msgid "redir cycle is not allowed" msgstr "" |