Skip to content

Instantly share code, notes, and snippets.

@Pathologic
Created September 25, 2016 00:04
Show Gist options
  • Save Pathologic/65ba1711984b36238f70e1742bdf8796 to your computer and use it in GitHub Desktop.
Save Pathologic/65ba1711984b36238f70e1742bdf8796 to your computer and use it in GitHub Desktop.
{
"valid_elements" : "h1,h2,h3,a[href|target|class],strong/b,em,u,s,p[class],span[!class],br,img[alt|class|width|height|!src],table[class],ul,li,ol,table[class],tr,td[rowspan|colspan],th,tbody,thead",
"valid_children" : "p[span|img|strong|em|u|s|b|a|#text],ul[li],ol[li],li[span|strong|b|a|em|u|#text|ul|ol]",
"formats": {
"alignleft": {
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table",
"classes": "text-left"
},
"aligncenter": {
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table",
"classes": "text-center"
},
"alignright": {
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table",
"classes": "text-right"
},
"italic": {
"inline" : "em"
},
"underline": {
"inline" : "u"
},
"strikethrough": {
"inline" : "s"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment