mli / new-docs

https://beta.mxnet.io/
12 stars 17 forks source link

Code links don't render correctly #85

Open thomelane opened 5 years ago

thomelane commented 5 years ago

When trying to write code inline with a link to API docs the rendering seems to be messed up.

[`code`](example.com)

Should render as code but instead it is shown as...

`nn.Sequential <http://beta.mxnet.io/api/gluon/_autogen/mxnet.gluon.nn.Sequential.html#mxnet.gluon.nn.Sequential>`__ 

See http://beta.mxnet.io/guide/packages/gluon/parameters.html as an example.