Rail 3 escaping maruku
Posted
by Micke
on Stack Overflow
See other posts from Stack Overflow
or by Micke
Published on 2010-05-27T12:00:29Z
Indexed on
2010/06/05
20:32 UTC
Read the original article
Hit count: 479
I am using Maruku with my RoR3 app.
But the problem is that when i use the h(text)
method to escape the text from the database before i use Maruku it escapes >
to >
so Maruku wont see this as a blockquote.
But i still want to escape the rest of the text so my question is how can i make this work?
I don't want to disable the escaping but i don't want it to escape >
© Stack Overflow or respective owner