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 number bullet #177

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

add number bullet #177

wants to merge 7 commits into from

Conversation

1nhann
Copy link

@1nhann 1nhann commented Mar 27, 2022

test.md :

# One

```python
#!/bin/python
print("hello world")
```

## two
hello world

### Three
hello world

# Test
test

## Hello
hi

type ./cli.js test.md --number :

root@ubuntu:~/markdown-toc# ./cli.js test.md --number
  1. [One](#one)
    1. [two](#two)
      1. [Three](#three)
  2. [Test](#test)
    1. [Hello](#hello)

@1nhann
Copy link
Author

1nhann commented Mar 27, 2022

add a parameter called number , when it is true , the number bullet will be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant