This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Description
**When I Insert Image ** : 
The Result Is : 
Rules for img
"img": {
"check_attributes": {
"width": "numbers",
"alt": "alt",
"src": "url",
"height": "numbers"
},
"add_class": {
"align": "align_img"
}
},
I am using this value for generating XML. So, I need closing tag for all HTML tags. Is there is any method for allowing close tag for html tags like img, br and input elements.