GithubHelp home page GithubHelp logo

Comments (3)

facelessuser avatar facelessuser commented on June 16, 2024

Python Markdown normally requires blocks to have new lines before them. While occasionally, some blocks may work without this, it is generally recommended to use them before new blocks so they are not included in the block prior.

from markdown.

nemecek-filip avatar nemecek-filip commented on June 16, 2024

Do you think I could just add the new line with regex to the Markdown content before turning it into HTML with this package? Wouldn't this perhaps invite more problems?

from markdown.

waylan avatar waylan commented on June 16, 2024

Our behavior matches the behavior of the reference implementation. Therefore, it is markdown2 which has the behavior wrong. And for good reason. Consider this paragraph:

A sentence which makes mention of the year
2024. A year which has just gotten underway.

Clearly that should all be a single paragraph. It would be inappropriate to trigger a list just because the line wrapping happens to create what might look like a list item. The point is that Markdown can't tell the difference, so you should be required to insert a blank line if both lines are not part of the same paragraph.

If you want to go through your documents and automate the insertion of blank lines, you can. But how can you be certain you aren't splitting up a paragraph? I suppose because it would have been rendered that way to begin with it would at least be consistent.

In any event, I am closing this as wontfix.

from markdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.