cornernote / minetest-bower

A package manager for Minetest.
https://minetest-bower.herokuapp.com/
11 stars 3 forks source link

Code block does not work when insided square brackets #29

Open Wuzzy2 opened 8 years ago

Wuzzy2 commented 8 years ago

When parsing README.md, it looks like the code block (marked by backticks) does not work when they are inside square brackets

Examples:

https://minetest-bower.herokuapp.com/mods/mtg_plus https://minetest-bower.herokuapp.com/mods/doc_identifier

It should look like this:

Lookup Tool [doc_identifier]

Not like this:

Lookup Tool [doc_identifier]

(Note the visible backticks)

Wuzzy2 commented 8 years ago

Ummm, nope. If I visit https://minetest-bower.herokuapp.com/mods/mtg_plus now, I get an internal server error.

cornernote commented 8 years ago

It's what happens when I think I'm so good that I don't have to test anything.

:)

cornernote commented 8 years ago

I have reported the bug in the library I am using to process the markdown. The way you are doing it is right, and works as you mentioned on github.com and repo.or.cz