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

Description
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>