StackExchange / pagedown

The Markdown editor and converter used on Stack Overflow and the other Stack Exchange sites
Other
417 stars 81 forks source link

Creating bulleted list after numbered converts the first one to bulleted #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Type this:
--------
Example:

 1. Number One
 2. Then Number Two

--------

on last second blank line press Ctr+U and you'll get this:
--------
Example:

 - Number One
 - Then Number Two
 - List item
--------

Chrome 17, Ubuntu
UPD: pressing Ctrl+U converts every list before to bulleted, and Ctrl+O 
converts them all to numbered

Original issue reported on code.google.com by byashi...@gmail.com on 10 Feb 2012 at 6:39

GoogleCodeExporter commented 9 years ago
To me this seems like the correct thing to do; what would you expect to happen 
instead?

Original comment by b...@stackoverflow.com on 12 Sep 2012 at 9:54

GoogleCodeExporter commented 9 years ago
If you want use both numbered and bulleted you should not use shortcuts then. 
Because by pressing Ctrl+U you actually converting all lists to one type. 
That's weired.
But forget it, I actually don't use it anymore. After that I've found tons of 
other bugs and some weired stuff. 

Original comment by byashi...@gmail.com on 12 Sep 2012 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by b...@stackoverflow.com on 12 Sep 2012 at 10:14