Allow headers in indented nodes, not just top-level nodes

At the moment, Logseq only supports headers for top-level nodes. You can do this:

- # This is an h1
  - This is a child of the h1
- ## This is an h2
  - This is a child of the h2

… but you can’t do this:

- # This is an h1
  - ## This is an h2, and it's a child of the h1
    - This is a child of the h2

Would you accept a PR to support the latter example?

I’m afraid that the PR was just merged! :grinning_face_with_smiling_eyes:

4 Likes

Even better! :partying_face:

2 Likes

Yet again, always one step ahead :slight_smile: Great work

2 Likes