mxnet-the-straight-dope icon indicating copy to clipboard operation
mxnet-the-straight-dope copied to clipboard

Missing Markdown list creation in Intro chapter

Open glez-aws opened this issue 7 years ago • 1 comments

In the intro chapter, in the section on supervised learning (http://gluon.mxnet.io/chapter01_crashcourse/introduction.html#Supervised-learning), there is a Markdown bullet point list that is not rendered as a bullet point list, presumably because of a missing empty line before the list:

Partly, that’s because many important tasks can be described crisply as predicting something unknown from something known: * Predict cancer vs not cancer, given a CT image * Predict the correct translation in French, given a sentence in English * Predict the price of a stock next month based on this month’s financial reporting data

glez-aws avatar Oct 16 '17 19:10 glez-aws

Issue does not appear in

https://github.com/zackchase/mxnet-the-straight-dope/blob/master/chapter01_crashcourse/introduction.ipynb

but down appear in link provided by original poster.

Opened pull request https://github.com/zackchase/mxnet-the-straight-dope/pull/342 to fix issue.

sebg avatar Nov 06 '17 05:11 sebg