[maskedtensor] fix docs formatting (#87387)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/87387
Approved by: https://github.com/cpuhrsch
diff --git a/docs/source/masked.rst b/docs/source/masked.rst
index c8180e9..d6ae9f7 100644
--- a/docs/source/masked.rst
+++ b/docs/source/masked.rst
@@ -19,9 +19,10 @@
   The PyTorch API of masked tensors is in the prototype stage and may or may not change in the future.
 
 MaskedTensor serves as an extension to :class:`torch.Tensor` that provides the user with the ability to:
-- use any masked semantics (e.g. variable length tensors, nan* operators, etc.)
-- differentiation between 0 and NaN gradients
-- various sparse applications (see tutorial below)
+
+* use any masked semantics (e.g. variable length tensors, nan* operators, etc.)
+* differentiate between 0 and NaN gradients
+* various sparse applications (see tutorial below)
 
 "Specified" and "unspecified" have a long history in PyTorch without formal semantics and certainly without
 consistency; indeed, MaskedTensor was born out of a build up of issues that the vanilla :class:`torch.Tensor`