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

specify a license #5

Open
SimpelMe opened this issue Apr 29, 2021 · 2 comments
Open

specify a license #5

SimpelMe opened this issue Apr 29, 2021 · 2 comments

Comments

@SimpelMe
Copy link

I appreciate your toc generator. As simple as I looked for. I made some small changes fitting my needs. Now I ask if I can publish my changes as you didn't specify a license. I prefer MIT but of course do what is your preference.

Regards, Simpel

@imthenachoman
Copy link
Owner

Sure, feel free to publish. Or if you think others might like the changes then you can merge the code to mine.

I also prefer MIT license and just forgot to create one.

@SimpelMe
Copy link
Author

SimpelMe commented May 2, 2021

Thanks.
Made a lot of styling regarding to my other pages.
The only relevant change I made is in line 34 of the js file:

var headingAnchor = headingTitle.toLowerCase().replace(/[^_0-9a-zÀ-ɏ- ]/g, "").replace(/ /g, "-");
// À-ɏ means Unicode 00C0 - 024F what means Latin-1 Supplement, Latin Extended-A and Latin Extended-B (inluding ä-Üß) 

Maybe you are interested in.

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

No branches or pull requests

2 participants