Merge pull request #1490 from ulikoehler/master

MediaWiki reader doesn't recognize german "Bild"
This commit is contained in:
John MacFarlane
2014-08-05 16:25:59 -07:00
+2 -1
View File
@@ -569,7 +569,8 @@ endline = () <$ try (newline <*
imageIdentifiers :: [MWParser ()]
imageIdentifiers = [sym (identifier ++ ":") | identifier <- identifiers]
where identifiers = ["File", "Image", "Archivo", "Datei", "Fichier"]
where identifiers = ["File", "Image", "Archivo", "Datei", "Fichier",
"Bild"]
image :: MWParser Inlines
image = try $ do