ComputerSocietyUNB/ProjetoChatbot

View on GitHub
bot/dialogs/commands/info.md

Summary

Maintainability
Test Coverage

Bare URL used
Wontfix

https://github.com/ComputerSocietyUNB/ProjetoChatbot
Severity: Info
Found in bot/dialogs/commands/info.md by markdownlint

MD034 - Bare URL used

Tags: links, url

Aliases: no-bare-urls

This rule is triggered whenever a URL is given that isn't surrounded by angle brackets:

For more information, see http://www.example.com/.

To fix this, add angle brackets around the URL:

For more information, see <http:></http:>.

Rationale: Without angle brackets, the URL isn't converted into a link in many markdown parsers.

Note: if you do want a bare URL without it being converted into a link, enclose it in a code block, otherwise in some markdown parsers it will be converted:

`http://www.example.com`

There are no issues that match your filters.

Category
Status