I have table markdown which looks as below:
| Horizonal | Vertical |
| :- | :- |
| abc | def |
The above markdown is showing leading whitespaces in the jupyter notebook.
How can I remove the leading whitespaces in jupyter notebook?