Browse Source

style(markdown_to_html): rephrase a sentence

CON-2175-Markdown-create-subject-for-Freeze-exercise
Michele Sessa 8 months ago committed by Michele
parent
commit
ea1af07d68
  1. 2
      subjects/markdown_to_html/README.md

2
subjects/markdown_to_html/README.md

@ -4,7 +4,7 @@
Create a function which converts markdown into HTML. 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. 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.

Loading…
Cancel
Save