stephenharris / WP-MarkDown

WP-MarkDown plug-in. Allows Markdown to be enabled in posts, comments and bbPress forums.
http://wordpress.org/extend/plugins/wp-markdown/
112 stars 19 forks source link

std::shared<Foo> is transformed to std::shared<Foo></Foo> #78

Open janwilmans opened 6 years ago

janwilmans commented 6 years ago

This may have been introduced by fixing https://github.com/stephenharris/WP-MarkDown/issues/47 When is used in any text it gets 'fixed' by adding a

However if I'm blogging about c++ I'd really like to say std::shared\<Foo> and correctly that is not possible anymore.