Resuming numbering in a list (before starting at 1. again)
The following is about MultiMarkDown rather than about the composer itself.
If I have a numbered list such as:
- line 1
- line 2
- line 3
- line 4
- line 5
- line 6
and then add a quote between some of the lines, eg:
- line 1
- line 2
- line 3
a quote
- line 4
- line 5
- line 6
in preview or export to another format results in:
- line 1
- line 2
- line 3
a quote
- line 4
- line 5
- line 6
I can see it is possible to do so with html code (eg https://stackoverflow.com/questions/779016/is-it-possible-to-specif...), but is not ideal.
Is it technically possible to have some limited way of allowing numbering to continue (such as were a quote is inserted between two numbers)?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
vwc closed this discussion on 03 Dec, 2018 07:45 PM.
vwc re-opened this discussion on 03 Dec, 2018 07:45 PM
Support Staff 1 Posted by Fletcher on 03 Dec, 2018 07:47 PM
Indent the quote, e.g.:
If you're inserting something between elements of a single list, that "something" needs to be indented. If you are inserting something between two lists, the number should start over and the "something" should not be indented.
Fletcher
Fletcher closed this discussion on 03 Dec, 2018 07:47 PM.
vwc re-opened this discussion on 04 Dec, 2018 08:29 AM
2 Posted by vwc on 04 Dec, 2018 08:29 AM
Thank you very much. A longstanding issue solved...