Skip to content
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

Text tweaks covering most of the tutorial #69

Merged
merged 1 commit into from Mar 9, 2017
Merged

Text tweaks covering most of the tutorial #69

merged 1 commit into from Mar 9, 2017

Conversation

rzats
Copy link
Contributor

@rzats rzats commented Dec 31, 2016

Contains

Lots and lots of text tweaks that I worked on as I was going through the tutorial last week.

  • Fixes all inline lists (these seem to require 2 spaces after the * in the comment, but most of them have 1 space and don't render correctly).
  • Wraps all of the code in back-ticks.
  • Ends most method comments with a ":" except the ones that aren't related to the method below it.
  • Removes the markup that isn't properly handled by the parser: *italic*, *bold*, [Markdown links](), ####whatever the thing in TypeVariance.scala was. Replaces some of it with code blocks or other alternatives.
  • Adds a few paragraphs to Ranges.scala that were stuck at the bottom of the file for some reason.
  • Makes a few (opinionated) grammar tweaks. Feedback is welcome on these!

Also this closes #55.

Copy link

@andrewnester andrewnester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, great 👍

@raulraja
Copy link
Member

raulraja commented Mar 9, 2017

@rzats thanks so much!

@raulraja raulraja merged commit ab7b69b into scala-exercises:master Mar 9, 2017
@rzats rzats deleted the text-tweaks branch March 9, 2017 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bullet list doesn't work proper in sets page
3 participants