Let's say I want to put "50. Quoting point number 50." in a blockquote. By default it will reset the number to 1:
- Quoting point number 50.
How can I preserve the initial number 50?
|
Let's say I want to put "50. Quoting point number 50." in a blockquote. By default it will reset the number to 1:
How can I preserve the initial number 50? |
||||
|
If you don't want a list, you can escape the dot:
Produces:
By the way, it works the same way without the quote block ( |
|||
|
|
PRE tags work: 50. Quoting point number 50.51. Quoting point number 51.52. Quoting point number 52. |
|||||||||||||
|
startattribute for ordered lists. – Jeff Mercado Nov 24 '11 at 9:34