Readme update
This commit is contained in:
parent
506707b862
commit
01a4f61090
38
README.md
38
README.md
|
@ -42,9 +42,9 @@ And returns a markdown file with the following format:
|
||||||
<header class="article-header-top-max">
|
<header class="article-header-top-max">
|
||||||
<h3>Title of the article</h3>
|
<h3>Title of the article</h3>
|
||||||
</header>
|
</header>
|
||||||
<p>Text of the first paragraph of the article</p><br>
|
<p>Text of the first paragraph of the article.</p><br>
|
||||||
<p>Text of the second paragraph of the article</p><br>
|
<p>Text of the second paragraph of the article.</p><br>
|
||||||
<p>Text of the third paragraph of the article but this time it contains a <a href="https://link-to-another-website.com/example">link</a> inside of the text</p><br>
|
<p>Text of the third paragraph of the article but this time it contains a <a href="https://link-to-another-website.com/example">link</a> inside of the text.</p><br>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
@ -55,9 +55,37 @@ And returns a markdown file with the following format:
|
||||||
|
|
||||||
```md
|
```md
|
||||||
# Title of the example webpage
|
# Title of the example webpage
|
||||||
|
# (*gorltom extract of https://notexample.com/*)
|
||||||
|
|
||||||
# *assumed_menu*
|
# *assumed_menu*
|
||||||
- [ABOUT](https://notexample.com/about)
|
- [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.
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
# 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.
|
Loading…
Reference in New Issue