Skip to content

Commit

Permalink
Merge pull request #361 from iKostanOrg/markdownlint_fixes_kyu8
Browse files Browse the repository at this point in the history
Markdownlint fixes kyu8
  • Loading branch information
ikostan authored Jul 19, 2024
2 parents b75b99a + 3d004d3 commit c215f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kyu_8/convert_string_to_an_array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
Write a function to split a string and convert it into an array of words.
For example:

<!-- markdownlint-disable MD013 -->
```text
> "Robin Singh" ==> ["Robin", "Singh"]
>
> "I love arrays they are my favorite" ==> ["I", "love", "arrays", "they", "are", "my", "favorite"]
```
<!-- markdownlint-enable MD013 -->

[Source](https://www.codewars.com/kata/57e76bc428d6fbc2d500036d/train/python)
2 changes: 1 addition & 1 deletion kyu_8/wolf_in_sheep_clothing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ where N is the sheep's position in the queue

**Note:** there will always be exactly one wolf in the array.

### Examples
## Examples

<!-- markdownlint-disable MD013 -->
```text
Expand Down

0 comments on commit c215f79

Please sign in to comment.