api-blueprint-sublime-plugin icon indicating copy to clipboard operation
api-blueprint-sublime-plugin copied to clipboard

Code blocks within list items should be code-blocks

Open kylef opened this issue 10 years ago • 1 comments

Code-blocks within list items (i-e, blocks that are indented by 4 spaces inside a list item) are not marked as code blocks, so underscores and other markdown syntax still work and cause the code not to be rendered correctly.

Example

+ Model (application/json)

        {
            "_id": "963bc95f1c1a56f69f3392b4aa03302f",
            "foo": "_bar"
        }

screen shot 2015-09-21 at 22 10 15

Moved from https://github.com/apiaryio/api-blueprint/issues/241

kylef avatar Sep 22 '15 05:09 kylef

Any change this can be addressed? It makes it very annoying to work with hal+json or anything that has an underscore

divoxx avatar Dec 13 '16 22:12 divoxx