markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

Ignore existing heading anchor

Open lamyergeier opened this issue 4 years ago • 0 comments

Current Output:

echo "# List of Tasks {#list-of-task}" | markdown-toc -
- [List of Tasks {#list-of-task}](#list-of-tasks-%23list-of-task)

Desired Output:

echo "# List of Tasks {#list-of-task}" | markdown-toc -
- [List of Tasks](#list-of-tasks)

lamyergeier avatar Jan 28 '21 23:01 lamyergeier