When you use the quote button to quote a part of a post that has bullets nested under numbers, the nested bullets no longer indent correctly.
1. one
- a
2. two
- b
Try quoting this:
one
a
two
b
- one
- a
- two
- b
And then try quoting this:
one
a
two
b
The first one “breaks” when it is quoted, with improper indentation.
Before quote:
After quote:
Notably, to get things to indent correctly in the first place, the bullets underneath numbers require three leading spaces. The bullets underneath bullets only require two leading spaces. When quoting, it appears that one of the three leading spaces in the first example gets removed somehow, leading to the broken formatting.
Hmm… I don’t quite follow. Google Docs doesn’t have a quote feature I’m aware of, and I don’t see this issue with copy/paste within a Google Doc.
Oh, I think you mean that “copy / paste HTML” also suffers from the same issue?
Yes, if I copy the above and past it here I do get:
Try quoting this:
one
a
two
b
And if I copy similar text from a Google Doc, I also get a similar (but slightly different) problem:
Foo
A
Bar
B
Does look like the same issue on the surface, but I don’t know enough about the implementation of quoting a post to say whether these have the same underlying cause or not though…
I think though that we can easily work around this in our quote code, given one extra space sorts it out…
VS:
[quote="Dave McClure, post:1, topic:266836, username:mcwumbly"]
Try quoting this:
1. one
* a
2. two
* b
[/quote]
VS:
[quote="Dave McClure, post:1, topic:266836, username:mcwumbly"]
Try quoting this:
1. one
* a
2. two
* b
[/quote]