Your message dated Sat, 7 Mar 2009 17:32:53 +0200
with message-id <[email protected]>
and subject line Markdown officially dropped in RedCloth4
has caused the Debian Bug report #466575,
regarding Markdown processing doesn't seem to work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
466575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466575
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libredcloth-ruby1.8
Version: 3.0.99.0.svn.20060519-1
Severity: important
The following text does not parse with RedCloth in markdown mode at all.
----------------------------------
Another *list* is here that starts with
* item one
* item two
* and another item three
----------------------------------
With RedCloth.new( string ).to_html I get the textile output
correctly. But with RedCloth.new( string ).to_html( :markdown ) the
output is,
----------------------------------
<p>Another *list* is here that starts with</p>
<pre><code>* item one
* item two
* and another item three</code></pre>
----------------------------------
When parsing the same text through BlueCloth, I get the correct output
(as expected),
----------------------------------
<p>Another <em>list</em> is here that starts with</p>
<ul>
<li>item one </li>
<li>item two</li>
<li>and another item three</li>
</ul>
----------------------------------
- Adam
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (900, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.23-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libredcloth-ruby1.8 depends on:
ii libruby1.8 1.8.6.111-3 Libraries necessary to run Ruby 1.
libredcloth-ruby1.8 recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 4.0.4-1
Markdown wasn't working in RedCloth for some time, and now it has been
officially removed. Changelog entry for RedCloth 4.0.0 states:
* Markdown support has been removed.
Instead of RedCloth, you should use BlueCloth (libbluecloth-ruby) for
Markdown support in Ruby.
--
Dmitry Borodaenko
--- End Message ---