Skip to content

Removes code blocks in markdown unless then are separated #23

@bahmutov

Description

@bahmutov

Test to Markdown problem:

### test1

### test2

### test3

will be updated to (even if test1, test2 and test3 exist)
to

### test3
    test3 code block

Have to separate individual functions using --- like this

### test1

---
### test2

---
### test3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions