Skip to content

[UI/Rendering] Headers nested inside bullet points break to a new line unexpectedly #109

@websurfer93

Description

@websurfer93

First of all, thank you for considering the solution for the "Frontmatter rendering" issue discussed previously.

I am writing to report a visual rendering glitch regarding Headers inside Bullet Points.

In my workflow (to maintain a clean visual hierarchy), I often nest headers within list items, like this:

- # Heading 1
    - ## Heading 2
        - ### Heading 3
            - Sample [[Text]]

In the Influx view, the header text drops to the next line below the bullet point, creating a large, ugly vertical gap. It seems the header is being rendered as a block element starting on a new line rather than inline with the bullet.

Image

The header should be rendered inline, immediately after the bullet point, just as it appears in the standard Obsidian preview or other outliner tools.

Image

This is likely a CSS display issue where the header tags (h1-h6) inside the list item (li) need to be set to display: inline; or display: inline-block; within the Influx container context to prevent the line break.

Thanks for your hard work!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions