Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paulvi opened this issue Feb 27, 2015 · 2 comments
Open

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

paulvi opened this issue Feb 27, 2015 · 2 comments
Labels

Comments

@paulvi
Copy link
Collaborator

paulvi commented Feb 27, 2015

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 paulvi added the bug label Feb 27, 2015
@coding-jj
Copy link

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>

@paulvi
Copy link
Collaborator Author

paulvi commented Jun 16, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants