Allow non-outline (freeform) text

Hi all!

I’d like to use logseq as an outliner, like one can use Word (in the good sense now).

So, if I have a file like this:

# This is h1

Some text

## This is h2

Text under h2

## Another h2

Some text

It should render as:
image
not as:
image

Note, that this rendering went through a great progress!

However, if I format the text in Logseq, the markdown file turns to this:

- # This is h1

  Some text
        - ## This is h2
          collapsed:: true

          Text under h2
        - ## Another h2
          collapsed:: true

          Some text

Could I somehow produce bulletless headers? Or at least could we have rendered the first markdown sample “right” (so h2s are under h1?)

2 Likes