minad / olelo

Wiki with git backend
MIT License
241 stars 44 forks source link

Edit Section: "Save & Close" creates duplicates after pressing "Safe" #56

Closed alexwall closed 13 years ago

alexwall commented 13 years ago

Edit a section of a document using kramdown as document type

# My Section 

* one
* two
* break

now press "Safe"
then add more text

* three
* four
* break

now press "Save" and then without doing changes press "Save & Close"
the result will be

one
two
break
three
four
break
three
four
break
minad commented 13 years ago

fixed by 4c6d7a40eed985e055a80be7b1865f284b713fb2

please confirm

alexwall commented 13 years ago

is fixed! THX!