I’m looking for a way to properly indent lists. I don’t consider indenting with tabs because I have thousands of notes for 3 years and I never used Tabs. Because I’m a programmer and I know that tabs is a mess. Also, according to Markdown spec, the indentation is done using 4 spaces.
I couldn’t find a way to style lists using CSS because some JavaScript sets absolute numbers on the elements:
I wonder what those numbers are and how to adjust them?
