Eclipse-Markdown-Editor-Plugin icon indicating copy to clipboard operation
Eclipse-Markdown-Editor-Plugin copied to clipboard

URL in code block (e.g. started with tab) gets <> too

Open paulvi opened this issue 10 years ago • 2 comments

Hi @oliviermartin This is related to #51

for a piece

http://rijksmuseum.github.io/

    https://www.rijksmuseum.nl/api/nl/collection/sk-c-5?key=fakekey&format=json

it becomes

http://rijksmuseum.github.io/

<https://www.rijksmuseum.nl/api/nl/collection/sk-c-5?key=fakekey&format=json>

The <> inside code block are actually not wanted

paulvi avatar Feb 27 '15 03:02 paulvi

Please put some priority to this bug, because it's very annoying if people copy and paste some code part and it's not working because of the extra angle brackets <...> make the code unusable.

This is also true for for inline code block with single backtick https://www.rijksmuseum.nl/api/nl/collection/sk-c-5?key=fakekey&format=json --> <https://www.rijksmuseum.nl/api/nl/collection/sk-c-5?key=fakekey&format=json>

And the triple backtick code block (sorry for the extra indent, but markdown wont show the triple back ticks in another way)

     ```
     https://www.rijksmuseum.nl/api/nl/collection/sk-c-5?key=fakekey&format=json
     ```
<https://www.rijksmuseum.nl/api/nl/collection/sk-c-5?key=fakekey&format=json>

coding-jj avatar Jun 16 '16 10:06 coding-jj

@notes-jj nobody is working on this projects. People get kids. No time for pets.

paulvi avatar Jun 16 '16 15:06 paulvi