Start-from-number in RichText enumerations

Sometimes users want to continue enumerations that were started earlier in the text. But all enumerations currently start with one.

Here are some enumeration points

  # enumeration point 1
  # enumeration point 2

Let's write some text and continue the enumeration

  # enumeration point 3
  # enumeration point 4

Users should be able to influence this. An example solution might look as follows:

Here are some enumeration points

  # enumeration point 1
  # enumeration point 2

Let's write some text and continue the enumeration

  #=3 enumeration point 3
  # enumeration point 4

Or by giving labels to enumerations like in

Here are some enumeration points

  #=myenum enumeration point 1
  # enumeration point 2

Let's write some text and continue the enumeration

  #=myenum enumeration point 3
  # enumeration point 4

Statement from Kunagi Team

null

Created Story sto144 in Product Backlog.

Status

Issue is closed.

Comments

Post a comment



optional
optional