Hi guys,

I'm currently trying to migrate my blog to Nikola. Some of my articles have 
some minimal formatting in their titles, like italics and inline code 
elements. But it appears Nikola doesn't compile title text as markdown (or 
any other format). So I'm currently writing such titles with the HTML 
directly. That is, instead of markdown formatting, I'm writing titles like 
"The <code>formatted</code> title". This works fine after some tweaking in 
the theme templates.

However, in the RSS feeds, the tags show up as plain text. It is behaving 
like the titles are passed through the `e` filter. How can I get the titles 
to pass through Jinja2's `safe` filter (or, if that's not possible, the 
`striptags` filter) instead?

Any suggestion appreciated. Is there a simpler way of using formatting 
titles that I'm missing? Please advice.

Thank you for your work.

-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nikola-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nikola-discuss/19ad05ed-5ce3-4e21-996e-8fc8f1d3ca78%40googlegroups.com.

Reply via email to