How can I make a link in Markdown to display it correctly in docsify?

503 Views Asked by At

I'm create a Readme documentation using docsify. I use Markdown for it. There's an issue with the link. I do this link in markdown as

https://its.1c.ru/db/edtdoc#content:76:hdoc

Screenshot for reference: enter image description here

In docsify this looks as:

hdoc" target="_blank" rel="noopener"> with "Title" and 404 error.

How to fix it?

1

There are 1 best solutions below

0
On

Below is an example link to www.example.com

Example link

These examples show how it's done.

[a link](https://www.example.com/)

[edtdoc](https://its.1c.ru/db/edtdoc#content:76:hdoc)