Indentation removed in bulleted list
See original GitHub issueCommit a57596 removes indentation from bulleted list.
Issue
- Syntax highlighting in fenced code blocks should use the `usage` and `dvc`
custom languages:
Fix
- Syntax highlighting in fenced code blocks should use the `usage` and `dvc`
custom languages:
This can be fixed by running npm run prettier-md.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How to remove indentation from an unordered list item?
To maintain the bullets you can replace the list-style: none with ... My preferred solution to remove <ul> indentation is a simple CSS...
Read more >Adjust the indent in a bulleted or numbered list on the ruler
Adjust the indent in a bulleted or numbered list on the ruler · To change the position of the bullets or numbers, drag...
Read more >How to remove indentation from an unordered list item using ...
To remove that indentation from an unordered list (a list having bullets) there needs styling to be done using CSS.
Read more >How to Adjust Bullet or Number List Indents in Microsoft Word
Select the bullets or numbers in the list. · Right-click and select Adjust List Indents from the shortcut menu. · When the small...
Read more >Two ways to undo Word's automatic list indent | TechRepublic
After creating an indented list, double-click any number in the list to select all of the numbers in the list. · Right-click the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I will submit pr for it. 😄 @algomaster99
@ryokugyu @algomaster99 yep, that commit was too aggressive. Let’s run prettier. We should check that it will indent code blocks under list items back (two spaces).