summarizeMD
summarizeMD copied to clipboard
It should be possibly to define where in the file the summary is inserted.
Having it in the top is not always desired. In our case we would like to start our documents with a Heading an a introduction, before the table of content.
This could be implemented as an extra option:
--insert-at-token SomeTokenThatIsInTheMarkdownDocument
Making the script replace "SomeTokenThatIsInTheMarkdownDocument" in the document with the table of content, instead of in the top.
I am working on this, and will provide a pull request soon.