We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<!--ts-->
Wants 2 features:
The text was updated successfully, but these errors were encountered:
Here is my temporary solution, it works in my repo :
getTocMdFiles(){ find . -iname '*.md' \ | xargs grep -nwlzP -e '<!--ts-->' | xargs grep -nwlzP -e '<!--te-->' } echo "Generate TOC begin: ..." getTocMdFiles | xargs -L 1 -P 50 gh-md-toc --insert --no-backup echo "Generate TOC end." echo "-----------------" echo "Remove time row in TOC begin: ..." # remove time content to aviod too many changes getTocMdFiles | xargs sed -i '/<!-- Added by:/d' echo "Remove time row in TOC end."
Sorry, something went wrong.
I have the same idea And #115 #117
No branches or pull requests
Wants 2 features:
<!--ts-->
The text was updated successfully, but these errors were encountered: