MattFlower / organized

Outlining, scheduling, and todos inside of the Atom Editor
MIT License
114 stars 19 forks source link

Incorrect indent behavior for multiple stars #7

Closed jkamenik closed 8 years ago

jkamenik commented 8 years ago

My PR #6 fixes a regex issue, and in testing that I noticed that Multiple stars ("**") end up realigning themselves back to the staring line.

This is within the documentation however if I hit "tab" then space are added to the front, which is not. According to the documentation an additional tab should be added.

Source

* One
** Two[|]

Hit enter and tab

* One
** Two
  **

But it should be

* One
** Two
***
MattFlower commented 8 years ago

Fixed in 0.5.3