News

You can use ```python in front of a block of code to get syntax highlighting in a markdown cell. ```python for _ in range (50): foo ()``` That works as expected (with a caveat below). However, if ...