0.4.3 List has double bullets
See original GitHub issueDescribe the bug Previously working lists now have double bullets, see screenshot.
To Reproduce Steps to reproduce the behavior (should show the last 10 modified files, except for those in the “Daily Notes” folder):
```dataviewjs
dv.list(dv.pages()
.where(p => !p.file.folder.includes("Daily Notes"))
.sort(p => p.file.mtime, 'desc')
.map(p => [p.file.link])
.slice(0,10)
)
```
Expected behavior Normal list with single bullets.
Screenshots
Desktop (please complete the following information):
- OS: Linux Mint 20.2, Ubuntu Studio 14.04
- Obsidian Version: 0.12.10 (Installer 0.12.10)
- Dataview Version: 0.4.3
Smartphone (please complete the following information):
—
Additional context
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Lists in ms (The GNU Troff Manual)
4.3.5.4 Lists ... The IP macro handles duties for all lists. ... The marker is usually a bullet glyph ( \[bu] ) for...
Read more >Tailswind css - "list-disc" is not styling <li> bullets correctly ...
I'm fairly new to Tailwindcss, so I might have missed some parent element that "resets" the default bullets? POSSIBLE CULPRIT: The culprit is ......
Read more >Bullet list shows double bullets - Atlassian Community
My list is over 100 items long and has up to 4 levels, I don't want to spend the time to hand edit...
Read more >Define new bullets, numbers, and multilevel lists
Customize the appearance of a bulleted, numbered, or multilevel list with new styles, different symbols or images for bullets, number fonts, and other ......
Read more >Journal Planner Pens Colored Pens Fine Point Bullet Pens ...
Amazon.com : Journal Planner Pens Colored Pens Fine Point Bullet Pens, 0.4mm Fineliner Color Pens for Drawing Writing Journaling Coloring, Art School Office ......
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 FreeTop 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
Top GitHub Comments
I’m closing this again in favor of the issue I just filed since they’re different problems
That may be an issue with an internal function not being null-safe (curse you, JavaScript…)