trentm / trentm/python-markdown2

[shadow] list+code tags formatting bug

Open
#13 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.8k
Forks
459
Avg merge
2d 19h
Merged PRs (30d)
4

Description

_This is a _shadow issue* for Issue 13 on Google Code (from which this project was moved).
Added 2008-01-22T12:54:55.000Z by vsevolod.balashov.
Labels: Type-Defect, Priority-High.
Please make updates to the bug there.*

Original description

markdown("* one\n* two\n\n    def func:\n        pass\n")

expected:
u'<ul>\n<li>one</li>\n<li>two</li>\n</ul>\n\n<pre><code>def func:\n   
pass\n</code></pre>\n'

actual:
u'<ul>\n<li>one</li>\n<li><p>two</p>\n\n<p>def func:\n   
pass</p></li>\n</ul>\n'

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue directs updates to the linked Google Code issue rather than this repository; begin by checking that linked report and the supplied markdown() reproduction. Done here cannot be established from the payload, since no file or test is named and the work is explicitly redirected.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown, python
Domain
content
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.