diff --git a/README.md b/README.md index 3da8862..d8eb9ce 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ And returns a markdown file with the following format:

Title of the article

-

Text of the first paragraph of the article


-

Text of the second paragraph of the article


-

Text of the third paragraph of the article but this time it contains a link inside of the text


+

Text of the first paragraph of the article.


+

Text of the second paragraph of the article.


+

Text of the third paragraph of the article but this time it contains a link inside of the text.


@@ -55,9 +55,37 @@ And returns a markdown file with the following format: ```md # Title of the example webpage +# (*gorltom extract of https://notexample.com/*) # *assumed_menu* - [ABOUT](https://notexample.com/about) -- +- [BLOG](https://notexample.com/blog) -``` \ No newline at end of file +# *article* + +### Title of the article + +Text of the first paragraph of the article. + +Text of the second paragraph of the article + +Text of the third paragraph of the article but this time it contains a [link]("https://link-to-another-website.com/example") inside of the text. + +``` + +# Title of the example webpage +# (*gorltom extract of https://notexample.com/*) + +# *assumed_menu* +- [ABOUT](https://notexample.com/about) +- [BLOG](https://notexample.com/blog) + +# *article* + +### Title of the article + +Text of the first paragraph of the article. + +Text of the second paragraph of the article + +Text of the third paragraph of the article but this time it contains a [link]("https://link-to-another-website.com/example") inside of the text. \ No newline at end of file