See https://sourceforge.net/p/lportal/news/ for example - blog posts pulled from elsewhere via RSS are displaying as raw HTML.
If you check the Markdown on the blog posts directly, it looks like the html is being escaped during import. eg. The Markdown on this post, starts with:
<p> <em>// La version fran&ccedil;aise de cet article est l&agrave; : <a href="http://www.liferay.com/web/sebastien.lemarchand/blog/-/blogs/5-astuces-pour-ameliorer-l%E2%80%99usage-de-la-console-de-script-de-liferay">5 astuces pour am&eacute;liorer l&rsquo;usage de la console de script de Liferay</a>.</em></p> <p> <em style="line-height: 1.5;"><span style="line-height: 1.5;">// If you use a RSS reader to read this post, please switch to the HTML page to correctly view the code snippets.</span></em></p> <p>
Diff:
http://www.liferay.com/c/blogs_aggregator/rss?p_l_id=8440748&companyId=1 is the feed URL.
NB: Chris has been manually fixing these, so the current versions will appear correct even though the issue persists.
forge:tv/6230
Enable external feeds in production.ini
Create blog tool, add offending external feed:
Run the
pull-rss-feeds
cmd in the ForgeBlog tool.Refresh blog tool home page, see nicely formatted posts.