-
Notifications
You must be signed in to change notification settings - Fork 1.1k
new line after rule heading #4174
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
The list is broken on http://dotty.epfl.ch/docs. I suppose it requires a new line after the rule heading (at least the list in workflow.md has a new line and this one is displayed correctly)
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.
Hello, and thank you for opening this PR! 🎉
All contributors have signed the CLA, thank you! ❤️
Have an awesome day! ☀️
docs/docs/reference/erased-terms.md
Outdated
@@ -164,11 +165,15 @@ def h(x: erased Int => Int) = ... | |||
class K(erased x: Int) { ... } | |||
``` | |||
|
|||
|
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.
Is the extra line before also required (here and below)? I thought not.
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.
Nope, its not but I figured it reads better in the raw version . The fix @allanrenucci provides reads even better IMO, yet I don't know if it is going to fix the initial problem.
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.
Otherwise LGTM.
Merging! Thanks @robstoll 🎉 |
Seems like the last commit scala#4174 fixed the bullet points but messed up the numbered list. Since I have no preview on how it will look like at http://dotty.epfl.ch/docs/ it's again a guess.
The list is broken on http://dotty.epfl.ch/docs. I suppose it requires a new line after the rule heading (at least the list in workflow.md has a new line and this one is displayed correctly)