Giter Club home page Giter Club logo

Comments (3)

erusev avatar erusev commented on August 17, 2024

Could you provide a simple Markdown text that I could try to reproduce the issue with? You can use the demo if that's helpful.

from parsedown-extra.

fitzage avatar fitzage commented on August 17, 2024

Well, it's not really the markdown that's giving me the trouble. Sometimes I'm given content in HTML and don't want to convert it. But here are the first couple of paragraphs.

<p>Fifteen years ago, I initiated a time-honored tradition among my colleagues in kernel development at Sun: shortly after the first of every year, we would get together at <a href="http://www.theosteriaavanti.com/">our favorite local restaurant</a> to form predictions for the coming year.  We made one-year, three-year and six-year predictions for both our technologies and more broadly for the industry.  We did this for nine years running &#8212; from 2000 to 2008 inclusive &#8212; and came to know the annual ritual as a play on the restaurant name:  Predicteria.
<p>I have always been interested in our past notions of the future (<a href="http://www.newsweek.com/everything-back-future-ii-got-hilariously-wrong-about-2015-according-293272">hoverboards and self-lacing shoes</a> FTW!), and looking back now at nearly a decade of our predictions has led me to an inescapable (and perhaps obvious) conclusion: <b>predictions tell you more about the present than the future</b>.  That is, predictions reflect the zeitgeist of the day &#8212; both in substance and in tone: in good years, people predict halcyon days; in bad ones, the apocalypse.  And when a particular company or technology happened to be in the news or otherwise on the collective mind, predictions tended to be centered around it: it was often the case that several people would predict that a certain company would be acquired or that a certain technology would flourish &#8212; or perish.  (Let the record reflect that <a href="http://www.itworld.com/article/2702259/data-center/hp-to-replace-itanium-with-x86-in-its-nonstop-server.html">the demise of Itanium</a> was accurately predicted many times over.)

I put them in the demo parser, and it also dropped everything after the first paragraph.

from parsedown-extra.

erusev avatar erusev commented on August 17, 2024

Top level elements need to be closed.

A workaround would be to wrap another block-level element around them:

<div>
<p>paragraph
<p>paragraph
</div>

from parsedown-extra.

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.