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

Code block nukes white space #106

Open
dubcanada opened this issue May 30, 2014 · 0 comments
Open

Code block nukes white space #106

dubcanada opened this issue May 30, 2014 · 0 comments

Comments

@dubcanada
Copy link

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant