karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.52k stars 2.58k forks source link

Links in readme.md not working in certain editors #225

Open nwawrzyniak opened 5 years ago

nwawrzyniak commented 5 years ago

Clicking any of the links in brackets in the file readme.md in a text editor like "Notepad++" links to a website with ")" appended to the link (e.g. instead of linking to "https://luarocks.org/" you link to "https://luarocks.org/)" since the closing bracket is not seperated by a space). This behaviour is seen with a lot of modern editors, so links should ideally end with a white space before the closing bracket.