Howdy,

The following bug in Markdown was reported to the Debian bug tracking
system.

----- Forwarded message from Pierre THIERRY <[EMAIL PROTECTED]> -----

From: Pierre THIERRY <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Bug#368413: markdown: two lists without separating text are messed up
Date: Mon, 22 May 2006 03:20:31 +0200

Package: markdown
Version: 1.0.1-3
Severity: normal

The attached code is rendered with only one big unordered list (see
attached rendered HTML).


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (501, 'stable'), (500, 'unstable'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages markdown depends on:
ii  perl                          5.8.8-4    Larry Wall's Practical Extraction 

markdown recommends no packages.

-- no debconf information

-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A

Content-Description: Testcase source
Test case
=========

This should be an unordered list followed by an ordered one:

 - foo
 - bar
 
 1. first
 1. second

Content-Description: Testcase output
<h1>Test case</h1>

<p>This should be an unordered list followed by an ordered one:</p>

<ul>
<li>foo</li>
<li><p>bar</p></li>
<li><p>first</p></li>
<li>second</li>
</ul>




----- End forwarded message -----

-- 
Matt

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to