Fixed minor formatting issue in introduction.md#870
Fixed minor formatting issue in introduction.md#870ninadkhire wants to merge 1 commit intoexercism:mainfrom
Conversation
Removed ~~~~exercism/warrning ~~~~ surrounding a paragraph and swift code snippet which was causing the ```swift ... ``` tags to be visible in the formatted md file.
|
Hello 👋 Thanks for your PR. This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed. If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track. Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum. (cc @exercism/cross-track-maintainers) |
| inoutFunc(&mutVar, &mutVar) | ||
| // raises a compiler error: "Inout arguments are not allowed to alias each other" | ||
| ``` | ||
| ~~~~ |
There was a problem hiding this comment.
This may simply require a blank line between the block ends.
There was a problem hiding this comment.
Tried adding a blank line between ``` and ~~~~, but it does not format the code snippet.
Also the text ~~~~exercism/warrning is it correct or it should be ~~~~exercism/warning? Get same formatting with both of them, though.
There was a problem hiding this comment.
The caution tag is not formatting the code either.
| // dbRecord is now (3, "Exercism") | ||
| ``` | ||
|
|
||
| ~~~~exercism/warrning |
There was a problem hiding this comment.
So the issue here is that this tag doesn't exist. To fix this, this tag should be: caution not warrning.
There was a problem hiding this comment.
The tags exercism/caution and caution are not working either.
While using Exercism for practice found that the ```swift ... ``` is visible in the introduction guide, which I thought is due to a formatting issue caused due to the surrounding tag ~~~~exercism/warrning ~~~~. Hence removed the tag to format it similarly as other code snippets.
Hope it will be helpful. Thanks.