github / github/paste-markdown
Markdown copy-paste bug: link jumps
- Linguagem predominante
- JavaScript
- Estrelas
- 234
- Forks
- 47
- Merge médio
- 1d 12h
- PRs com merge (30d)
- 5
Descrição
I'm copying a mere line of text from my own older post to quote it in a new post.
This line got 3 embedded urls, two of which are copied correctly, but the 3rd breaks weirdly.
**Reproduction Steps**
1. Select the sentence below and hit CTRL+C:
* Blah-blah [[1](https://goo.gl)], [[2](https://goo.gl)] foo z2-3, bar [[3](https://goo.gl)].
* Underlying markdown code:
```
Blah-blah [[1](https://goo.gl)], [[2](https://goo.gl)] foo z2-3, bar [[3](https://goo.gl)].
```
* Underlying html code (obtained with Right-click -> Inspect -> Copy element):
```
Blah-blah [1], [2] foo z2-3, bar [3].
```
2. Find any "Add a comment" text input field on https://github.com/ and CTRL+V there. The result looks like this (note that the last link suddenly "jumped"):
* Blah-blah [[1](https://goo.gl/)], [[2](https://goo.gl/)] foo z2-[3](https://goo.gl/), bar [3].
* Same as code:
```
Blah-blah [[1](https://goo.gl/)], [[2](https://goo.gl/)] foo z2-[3](https://goo.gl/), bar [3].
```
I've originally reported this to https://support.github.com/contact/bug-report , but they asked me to report it here.
Guia de contribuição
Direção de pesquisa
Reproduza o problema copiando a frase do relatório e colando-a em um campo de comentário do GitHub; em seguida, rastreie o ponto de entrada que trata a colagem no repositório. Compare o Markdown colado com a saída esperada de três links mostrada na issue. Está concluído quando o terceiro link continua anexado ao seu rótulo sem alterar os outros links.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- javascript
- Domínio
- frontend
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 52/100