samchon / prisma-markdown

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

New chapter sorting logic. #11

Closed samchon closed 9 months ago

samchon commented 9 months ago

To sort exact chapter sequence, I've changed its construction logic. By chaning the construction sequence like below, I've succeeded to sort the chatpers as I've wanted, finally.

  1. Top @namespace tag first
  2. Remaining @namespace tags later
  3. @describe tags are after those @namespace tags
  4. @erd tags are the latest