Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Code block nukes white space #106

@dubcanada

Description

@dubcanada

Hello,

If I run

{
    "custom_field_redirect_fb": {
        "LONG_MD5_FIELD_ID": {
            "exists": {
                "step": "LONG_MD5_PAGE_ID",
                "page": "LONG_MD5_PAGE_ID"
            },
            "not_exists": {
                "step": "LONG_MD5_PAGE_ID",
                "page": "LONG_MD5_PAGE_ID"
            }
        }
    }
}

Through PHP-MarkDown I get

<p><code>{
    "custom_field_redirect_fb": {
        "LONG_MD5_FIELD_ID": {
            "exists": {
                "step": "LONG_MD5_PAGE_ID",
                "page": "LONG_MD5_PAGE_ID"
            },
            "not_exists": {
                "step": "LONG_MD5_PAGE_ID",
                "page": "LONG_MD5_PAGE_ID"
            }
        }
    }
}</code></p>

Yet when I run it through Phrozn it generates

<p><code>{
"custom_field_redirect_fb": {
"LONG_MD5_FIELD_ID": {
    "exists": {
        "step": "LONG_MD5_PAGE_ID",
        "page": "LONG_MD5_PAGE_ID"
    },
    "not_exists": {
        "step": "LONG_MD5_PAGE_ID",
        "page": "LONG_MD5_PAGE_ID"
    }
}
}
}</code></p>

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