-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
List all cheat sheets in this repository #8
Conversation
This reverts commit cb2899f.
interfering with emojis
I had to remove |
.pre-commit-config.yaml
Outdated
@@ -25,4 +27,3 @@ repos: | |||
- mdformat-black | |||
- mdformat-shfmt | |||
- mdformat-config | |||
- mdformat-toc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping this is essential, else we would not autogenerate the TOC in the README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, what do we have to change so that the emojis do not get removed from the TOC? Add them into the headings?
README.md
Outdated
- [Formelsammlungen für Latex4ei](#formelsammlungen-f%C3%BCr-latex4ei) | ||
- [Optional: Build with CMake](#optional-build-with-cmake) | ||
- [Steps to build](#steps-to-build) | ||
## 📚 Table of Contents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this line above of line 5, then we can use the pre-commit hook to keep the toc down here automatically up to date
Co-authored-by: Markus Hofbauer <markus.hofbauer@tum.de>
closes #7