From wanradt [...] gmail.com Thu Feb 3 10: | 01:31 2011 |
MIME-Version: | 1.0 |
X-Spam-Status: | No, score=-6.21 tagged_above=-99.9 required=10 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_HI=-5, SPF_NEUTRAL=0.779, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham |
X-Spam-Flag: | NO |
Content-Type: | text/plain; charset=UTF-8 |
Message-ID: | <AANLkTikgQ+A9zWgQY5YOpVeEw260WwqRso8iM8dB4tHU [...] mail.gmail.com> |
X-Virus-Scanned: | Debian amavisd-new at bestpractical.com |
X-Spam-Score: | -6.21 |
Received: | from localhost (localhost [127.0.0.1]) by hipster.bestpractical.com (Postfix) with ESMTP id BDE5261E00E for <cpan-bug+Text-Markdown [...] hipster.bestpractical.com>; Thu, 3 Feb 2011 10:01:31 -0500 (EST) |
Received: | from hipster.bestpractical.com ([127.0.0.1]) by localhost (hipster.bestpractical.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C3OICyKffOcL for <cpan-bug+Text-Markdown [...] hipster.bestpractical.com>; Thu, 3 Feb 2011 10:01:29 -0500 (EST) |
Received: | from la.mx.develooper.com (x1.develooper.com [207.171.7.70]) by hipster.bestpractical.com (Postfix) with SMTP id 8A7DC61E00F for <bug-Text-Markdown [...] rt.cpan.org>; Thu, 3 Feb 2011 10:01:29 -0500 (EST) |
Received: | (qmail 16964 invoked by uid 103); 3 Feb 2011 15:01:28 -0000 |
Received: | from x16.dev (10.0.100.26) by x1.dev with QMQP; 3 Feb 2011 15:01:28 -0000 |
Received: | from mail-yx0-f178.google.com (HELO mail-yx0-f178.google.com) (209.85.213.178) by 16.mx.develooper.com (qpsmtpd/0.80) with ESMTP; Thu, 03 Feb 2011 07:01:26 -0800 |
Received: | by yxe42 with SMTP id 42so500654yxe.9 for <bug-Text-Markdown [...] rt.cpan.org>; Thu, 03 Feb 2011 07:01:24 -0800 (PST) |
Received: | by 10.91.121.18 with SMTP id y18mr14014974agm.208.1296745284095; Thu, 03 Feb 2011 07:01:24 -0800 (PST) |
Received: | by 10.90.81.15 with HTTP; Thu, 3 Feb 2011 07:01:24 -0800 (PST) |
Authentication-Results: | hipster.bestpractical.com (amavisd-new); dkim=pass header.i= [...] gmail.com |
Authentication-Results: | hipster.bestpractical.com (amavisd-new); domainkeys=pass header.from=wanradt [...] gmail.com |
Delivered-To: | cpan-bug+Text-Markdown [...] hipster.bestpractical.com |
Subject: | Multimarkdown features |
Return-Path: | <wanradt [...] gmail.com> |
Domainkey-Signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=MNAj5zeKyXVeQutgfOVOlbABeQ9ygZ7OUF44rkFL67Prng7HU5Z2nfOzzHF3KVVLm1 A3b7K+EHEUxyNr4dLFNrZeoNT/UrSEErfx7h2xar3pMrvEXPgRYkXWcF4vkERyIgwC5w 8Ixg8mF4SfbLeummJ+AnZMvu6N0m5KLp0N1SQ= |
X-RT-Mail-Extension: | text-markdown |
X-Original-To: | cpan-bug+Text-Markdown [...] hipster.bestpractical.com |
X-Spam-Check-BY: | 16.mx.develooper.com |
Dkim-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Xb9so+7u2GoSJGlAu615fwKFNp5zh+LPecO4yc/2xK4=; b=WfzB5nbclWMo5lGudyfBNclKNm44FTyYrx5KON7wcMedvkHAd27dfMknRsknvbXif9 cEEulAqAnzMS9MKoMvvIK2f1f75zfeSkh0VRLqz+AmWSQxccircH6z/FAtMxqXw67ywR JHe4G18K7zgsth37T3yH3jHXb7nhxUrhF8Sjk= |
Date: | Thu, 3 Feb 2011 17:01:24 +0200 |
X-Spam-Level: | |
To: | bug-Text-Markdown [...] rt.cpan.org |
Content-Transfer-Encoding: | quoted-printable |
From: | WK <wanradt [...] gmail.com> |
X-RT-Original-Encoding: | utf-8 |
Content-Length: | 1268 |
Terr!
I try to implement Multimarkdown to my webapp and don't have full
picture, which features are supported in Perl module?
For example, i'd like to have support for MathML and pretty
punctuation, but seems to me, that MultiMarkdown in perl package does
not have them supported. I use module as deb-package under Debian,
here are Markdown and MultiMarkdown together in single package,
version 1.0.21-1.
For example input:
<< e^(i pi) + 1 = 0 [Euler's identity]>>
Should have such output (i got it with Fletcher's MultiMarkdown.pl tool):
<p><math xmlns="http://www.w3.org/1998/Math/MathML"
id="eulersidentity"
display="block"><mstyle><msup><mi>e</mi><mrow><mi>i</mi><mi>π</mi></mrow></msup><mo>+</mo><mn>1</mn><mo>=</mo><mn>0</mn></mstyle></math></p>
With perl module i got just:
<p><< e^(i pi) + 1 = 0 [Euler's identity]>></p>
Also i'd like to use Pretty Pants extension, but it did not work
either, for input:
Where are my "pretty" quotes
I got output:
<p>Where are my "pretty" quotes</p>
Instead i wanted
<p>Where are my “pretty” quotes</p>
Same time, for example, tables work fine. So, should those extensions
work with Perl module and/or what should i do to get them work. Thank
you in advance!
--
Wbr,
Kõike hääd,
Gunnar