[wp-trac] [WordPress Trac] #9437: Allow the use of inline SVG in posts

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 31 07:18:18 UTC 2011


#9437: Allow the use of inline SVG in posts
-----------------------------+-----------------------------
 Reporter:  codedread        |       Owner:  anonymous
     Type:  feature request  |      Status:  reopened
 Priority:  normal           |   Milestone:  Future Release
Component:  Formatting       |     Version:  2.5
 Severity:  normal           |  Resolution:
 Keywords:  needs-patch      |
-----------------------------+-----------------------------

Comment (by solarissmoke):

 Replying to [comment:25 hakre]:
 > What about having some default shortcode in which anything in there gets
 ignored by wp_autop? Or does that exists already?

 No.

 There is [http://wordpress.org/extend/plugins/raw-html/ a plugin] which
 lets you insert raw HTML - it searches `the_content` for a [raw] tag,
 removes and stores the contents, replacing them with a comment marker,
 waits for all the other `the_content` filters to be applied, and then
 reinserts the raw content (i.e., it doesn't use WP's shortcode API).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9437#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list