Skip to content

Commit

Permalink
style(markdown_to_html): rephrase a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mikysett committed Sep 26, 2023
1 parent cf60652 commit ea1af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/markdown_to_html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Create a function which converts markdown into HTML.

To easier the task you'll only have to account for the first three titles (`#`, `##`, `###`) and for `bold` and `italic` (`**` and `*`).
To make the task easier you'll only have to account for the first three titles (`#`, `##`, `###`) and for `bold` and `italic` (`**` and `*`).

Parsing and converting markdown can be very tricky and some edge cases can require a lot of time to solve, for this reason we will limit the tests to correct and simple inputs.

Expand Down

0 comments on commit ea1af07

Please sign in to comment.