-
Notifications
You must be signed in to change notification settings - Fork 86
Improved markdown templates #252
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
Conversation
kozl
commented
Sep 16, 2020
•
edited
Loading
edited
- Added parameter list for classes, defines, data types and resource types with links to detailed parameter description. Useful for classes that have lots of parameters
- Fixed anchor links in markdown templates — original ones didn't work at Bitbucket
@kozl Thanks for the PR! 🥳 Could you break this into two separate commits? One to add the parameter lists and one to add the anchors. This makes it easier to revert either of those if we ever need to. Can you take a look at the failing tests? It looks like the templates are not compiling properly. |
Yeah, sure! I'll come back a little bit later with that |
Forgot another thing: I've fixed how data types aliases are displayed. They get unreadable for large data types: Broke all changes in separete commits and fixed tests |
Who is going to merge this? I don't have permissions |
@kozl we do a biweekly Tuesday triage & review. Next one is a week from today. |
Hi @kozl, this looks good! Thank you for your contribution! Cheers! |