Commit 963d5cd0 authored by zsinx6's avatar zsinx6

add img single tag without closing

parent 2f1515f7
...@@ -70,6 +70,7 @@ INLINE_ELEMENTS = { ...@@ -70,6 +70,7 @@ INLINE_ELEMENTS = {
'li': '<li.*?>(.*?)</li>', 'li': '<li.*?>(.*?)</li>',
'img': '<img.*?src="(.*?)".*?>(.*?)</img>', 'img': '<img.*?src="(.*?)".*?>(.*?)</img>',
'img_single': '<img.*?src="(.*?)".*?/>', 'img_single': '<img.*?src="(.*?)".*?/>',
'img_single_no_close': '<img.*?src="(.*?)".*?>',
'a': '<a.*?href="(.*?)".*?>(.*?)</a>', 'a': '<a.*?href="(.*?)".*?>(.*?)</a>',
'em': '<em.*?>(.*?)</em>', 'em': '<em.*?>(.*?)</em>',
'strong': '<strong.*?>(.*?)</strong>', 'strong': '<strong.*?>(.*?)</strong>',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment