MicroPad / MicroPad-Core

µPad (MicroPad) is an open digital note taking app
https://getmicropad.com
Mozilla Public License 2.0
235 stars 22 forks source link

Markdown press enter autoformatting #164

Closed yuxi-liu-wired closed 5 years ago

yuxi-liu-wired commented 5 years ago

Is your feature request related to a problem? Please describe. When I type a markdown note, such as this:

* item 
* item 
  * subitem 

Pressing enter merely gives a newline.

* item 
* item 
  * subitem 

Describe the solution you'd like The program would automatically make a newline with the same depth as the previous line after I press ENTER.

* item 
* item 
  * subitem 
  *