ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
174 stars 22 forks source link

UNotes reset indent #81

Closed Rolemancer closed 1 year ago

Rolemancer commented 4 years ago

I had a problem to set a code block to list item and continue the same item. I didn't know how to do this and found the solution: https://stackoverflow.com/questions/30244271/continue-enumeration-after-code-blockhttps://stackoverflow.com/questions/30244271/continue-enumeration-after-code-block I opened 'Markdown' mode in Unotes, edit text and all worked fine. This is example:

* Hello text
{
    SomeCode()
}
```

ContinueText
All worked perfect and WYSIWYG side show me right view. After that I clicked WYSIWYG to open one window mode. All was fine. But after returning to  'Markdown' mode, text spaces were deleted:
{
    SomeCode()
}

ContinueText