No real issues. In notebooks, save # for comments in code chunks. I think you used them as comments in your notebook but you must remember in markdown that a single hashtag creates large headers, like this
Here the long answer I wrote to answer a question. I'm explaining my thoughts so I use lots of words. Man, this is big text!
You have to remember your context. A single # in a code chunk functions as a comment. But #, ##, ###, etc in markdown create headers of progressively smaller sizes.
No real issues. In notebooks, save
#
for comments in code chunks. I think you used them as comments in your notebook but you must remember in markdown that a single hashtag creates large headers, like thisHere the long answer I wrote to answer a question. I'm explaining my thoughts so I use lots of words. Man, this is big text!
You have to remember your context. A single
#
in a code chunk functions as a comment. But#
,##
,###
, etc in markdown create headers of progressively smaller sizes.