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

[v3] Update Markdown files to latest spec #3

Closed
wants to merge 327 commits into from

Conversation

ErikSchierboom
Copy link
Owner

We've defined a specification for Markdown files to be applied Exercism-wide. This standard includes, amongst others, the following two rules:

  • All files must start start with a level-1 heading (# Some heading text)
  • No heading may decend a level greater than one below the previous (e.g. ## may only be followed by ###, not ####)

This PR applies the above two rules to the Markdown documents in this repo.

Tracking

exercism/v3-launch#17

mikedamay and others added 30 commits February 2, 2021 09:19
Add Properties Exercise

Co-authored-by: mikedamay <[email protected]>
Co-authored-by: Erik Schierboom <[email protected]>
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
Co-authored-by: mikedamay <github-actions[bot]@users.noreply.github.com>
Some invisible nastiness had found its way into the string.
The after.md document should include newly introduced syntax.
Add syntax examples to after document of numbers-floating-point exercise

Co-Authored-By: Rob Keim <[email protected]>
Co-authored-by: Sascha Mann <[email protected]>
Co-authored-by: Erik Schierboom <[email protected]>
[Docs] Add reference to required reading in implementing guide
[Docs] Add reference to Concept Exercise Anatomy video
Add equality operators to numbers exercise
[Docs] Format using Prettier
* Normalize examples
* Normalize tests

Co-authored-by: wolf99 <[email protected]>
Add script to format code
slight change to improve readability / wording
ErikSchierboom and others added 28 commits February 2, 2021 09:19
All Markdown files should, from this point on, start with a level one heading.
See exercism/configlet#150 for the rationale behind these changes.

The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md).
@ErikSchierboom ErikSchierboom deleted the update-markdown-files branch February 9, 2021 11:24
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.