rrrene / elixirstatus-web

Community site for Elixir project/blog post/version updates
http://elixirstatus.com
MIT License
282 stars 44 forks source link

add rss #22

Closed Hanspagh closed 9 years ago

Hanspagh commented 9 years ago

2

Haven't been able to properly sanitize the posting text. Everything else should be all right

rrrene commented 9 years ago

Did you try to put description and title into a <![CDATA[...]]> tag like this?

  <title><![CDATA[<%= sanitized_inline_markdown posting.title %>]]></title>
  <description><![CDATA[<%= sanitized_markdown posting.text %>]]></description>
Hanspagh commented 9 years ago

Will try that

rrrene commented 9 years ago

Thanks! :+1: