karmapa / ketaka-lite

📖 A multifunctional Tibetan text editor
MIT License
3 stars 2 forks source link

Hope to keep texts between no attribute tags: " <someId > text </someId> " #127

Closed chiehan1 closed 8 years ago

chiehan1 commented 8 years ago

In v0.1.67, If the imported tags are with attributes: (Using ttitle tag as example here.)

text of ttitle

the output will be the same:

text of ttitle

However, if imported tags are with no attribute:

text of ttitle

the text will disappear after importing and in output:

@lamalien hopes the output will still be:

text of ttitle

Please also reserve the text between the no attribute tags. Thank you!!

And here is the link of test data. https://drive.google.com/open?id=0BwIL9c-GJgOZUUtYUmtVRVZDZFE

kmsheng commented 8 years ago

@chiehan1 fixed in v0.1.69

chiehan1 commented 8 years ago

test ok in mac and windows8 in V0.1.69 thank you!!