samchon / prisma-markdown

Markdown generator of Prisma, including ERD and descriptions
MIT License
393 stars 18 forks source link

Change bookmark link case. #16

Closed samchon closed 7 months ago

samchon commented 7 months ago

When generating markdown documents, it is generating bookmark link for each chapter on the top section. By the way, as those bookmark links had not converted to the lower case, it had occured mis-bookmark-linked problem when upper case being used in the chapter name.

This PR fixes such bug, by converting to the lower case alphabets for chaper bookmark links.