Giter VIP home page Giter VIP logo

Comments (7)

welcome avatar welcome commented on May 29, 2024 1

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

from mdit-py-plugins.

chrisjsewell avatar chrisjsewell commented on May 29, 2024 1

thanks @shivam05011996 I will move this over to mdit_py_plugins

pinging @wna-se, who wrote that plugin and so might have some thoughts

from mdit-py-plugins.

shivam05011996 avatar shivam05011996 commented on May 29, 2024 1

Sure, but even if not GFM, we need some spec to adhere to. When it comes to task lists, at least I'm not aware of any alternatives. Also my understanding is @chrisjsewell wants to keep behavior as close to Javascript source as possible, and that targets GFM.

Understood.

The task list plugin here is just a Python port of the HackMd plugin so essentially the same. And that plugin does target GFM spec.

Yes, thank you I checked this and now I understand this much better.

Closing this issue and as this indeed is not a bug.

from mdit-py-plugins.

welcome avatar welcome commented on May 29, 2024

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

from mdit-py-plugins.

hukkin avatar hukkin commented on May 29, 2024

I believe a task list item without content is simply not a thing in GFM.

The GFM spec says

A task list item is a list item where the first block in it is a paragraph which begins with a task list item marker and at least one whitespace character before any other content.

Whether "any other content" is required to be there seems a bit ambiguous to me. But I guess GitHub's own parser (that parses these comments) can be seen as a reference implementation of sorts, and that parser thinks that - [ ] is not a task list item.

So I'm inclined to say - [ ] is not a task list item, and there is no bug.

from mdit-py-plugins.

shivam05011996 avatar shivam05011996 commented on May 29, 2024

I believe markdown_it_py is a general markdown down parser and not bound to adhere to GFM, because there are other renderers like HackMD.io which does this and that too uses markdown_it of parsing purposes however not the python port.

from mdit-py-plugins.

hukkin avatar hukkin commented on May 29, 2024

I believe markdown_it_py is a general markdown down parser and not bound to adhere to GFM

Sure, but even if not GFM, we need some spec to adhere to. When it comes to task lists, at least I'm not aware of any alternatives. Also my understanding is @chrisjsewell wants to keep behavior as close to Javascript source as possible, and that targets GFM.

there are other renderers like HackMD.io

The task list plugin here is just a Python port of the HackMd plugin so essentially the same. And that plugin does target GFM spec.

from mdit-py-plugins.

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.