Inserted <ol> number in a writer field does not show correct number in frontend?

I use 2 writer fields:

  leftTextWriter:
    label: Text left column
    type: writer
    width: 1/2
    nodes:
      - bulletList
      - orderedList
    toolbar:
      inline: false
      marks:
        - bold
        - italic
        - underline
        - strike
        - '|'
        - link
        - email
  rightTextWriter:
    label: Text right column
    type: writer
    width: 1/2
    nodes:
      - bulletList
      - orderedList
    toolbar:
      inline: false
      marks:
        - bold
        - italic
        - underline
        - strike
        - '|'
        - link
        - email

When I create an ordered list (1., 2. …) in the first field and want to continue it in the second field (with 3. e.g.), I actually can type 3. in front of it to create an ol which begins with 3., but it will be ignored in the frontend. There, it begins with 1.

How can I achieve this? Apparently I can start an ol with 3. in a writer field, but the frontend does not note that.

Could you please provide what’s saved in your content file? Thanks!

Hey,

I solved the issue with a custom php / js solution.
Thank you nevertheless.