Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for markdown lists #4

Closed
3 tasks done
didix21 opened this issue May 5, 2018 · 2 comments
Closed
3 tasks done

Add support for markdown lists #4

didix21 opened this issue May 5, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@didix21
Copy link
Owner

didix21 commented May 5, 2018

Create a list class that has to allow to create a list of differents types: numeric, checkbox list, etc.

  • Numeric List
  • Symbol List '+' or '*'
  • CheckBox List
@didix21 didix21 self-assigned this May 5, 2018
@didix21 didix21 added the enhancement New feature or request label May 5, 2018
@didix21
Copy link
Owner Author

didix21 commented May 11, 2018

Checkbox list has to allow to choose which of them have a tick....

@didix21 didix21 added the help wanted Extra attention is needed label Sep 27, 2019
@arnsangra arnsangra changed the title Add List class Add support for MarkDown lists Apr 12, 2020
@arnsangra arnsangra changed the title Add support for MarkDown lists Add support for markdown lists Apr 12, 2020
@didix21
Copy link
Owner Author

didix21 commented May 1, 2020

  • Item 1
  • Item 2
  • Item 3
    • Item 3.1
    • Item 3.2
      • Item 3.2.1
      • Item 3.2.2
  • Item 4

didix21 pushed a commit that referenced this issue May 8, 2020
Add MDList class

Add new_list method in mdutils class

Update documentation

Implement new method new_checkbox_list in mdutils

Add MDCheckbox class

Update documentation with checkbox lists

Add new script for copy Example_markdown.py content to README.md

Update README.md
@didix21 didix21 closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant