3

Issue

I noticed on GitHub that links do not display correctly when they are inserted into a list as seen below.

I created a bug for this also on GitHub a week ago but have not heard back yet.

Working image using markdown

**Here is a link:**
[Link](https://github.com/)

Image in a list

**Here is a link in a list:**
<ol>
  <li>Text [Link](https://github.com/) text</li>
  <li>Text</li>
</ol>

Screenshot of the issue

enter image description here

1

1 Answer 1

2

Is there a reason for not using only markdown, because this works

**Here is a link in a list:**

1. Text [Link](https://github.com/) text
2. Text

I think you cannot mix markdown inside html

Sign up to request clarification or add additional context in comments.

1 Comment

But how about an unordered list? - ![](link) this doesn't work but using only markdown

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.