trentm / trentm/python-markdown2
[shadow] list+code tags formatting bug
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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