python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

Stubs docs with "micro:bit" in them get extra space (a <br>) in autocomplete etc

Open microbit-matt-hillsdon opened this issue 3 years ago • 0 comments
trafficstars

Bug Description

Look at the autocomplete docs for power.deep_sleep or NeoPixel.write or the many others that contain micro:bit in the first line. There's some unexplained space. Removing the colon in the docs fixes it. Presumably an error of some kind in the docstring -> reST -> Markdown -> HTML chain of doom.

Expected behavior

Space as per all other equivalent docs.

Screenshots

image

microbit-matt-hillsdon avatar Sep 07 '22 13:09 microbit-matt-hillsdon