# gorltom golang url to mark-down API gorltom is a simple to use API that takes in a full url https://gorltom.corbia.net/api/url And returns a markdown file with the following format: ```html Title of the example webpage

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.


``` ```md # 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. ``` # 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.