Skip to content

UNotes reset indent #81

@Rolemancer

Description

@Rolemancer

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:

* Hello text

{
SomeCode()
}


ContinueText

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions