Hi, I basically run a very simple RoR app which works using RedCloth''s textilizing system. I would just like to know if there is a way to edit for example the *e.g* making things emphisised ect. I want to basically remove all the functions and things like that, as I want to use HTML tags instead of redcloth things for this, and RedCloth seems to proccess my HTML tags fine! If anyone knows how to do this, or has a better method of just proccessing the tags, then please reply to my post in this thread. Thanks, Joe
Anyone know how to do this? or another way of acheving the tags being proccessed?? On Sep 22, 6:48 pm, Joe <j...-T/oTI28FLjDQXOPxS62xeg@public.gmane.org> wrote:> Hi, I basically run a very simple RoR app which works using RedCloth''s > textilizing system. > > I would just like to know if there is a way to edit for example the > *e.g* making things emphisised ect. I want to basically remove all > the functions and things like that, as I want to use HTML tags instead > of redcloth things for this, and RedCloth seems to proccess my HTML > tags fine! > > If anyone knows how to do this, or has a better method of just > proccessing the tags, then please reply to my post in this thread. > > Thanks, > > Joe
Joe wrote:> Hi, I basically run a very simple RoR app which works using RedCloth''s > textilizing system. > > I would just like to know if there is a way to edit for example the > *e.g* making things emphisised ect. I want to basically remove all > the functions and things like that, as I want to use HTML tags instead > of redcloth things for this, and RedCloth seems to proccess my HTML > tags fine!So you just want to use HTML for formatting, with no Textile markup at all? In that case, you can just remove RedCloth from your app -- you don''t need it if you''re not using Textile. By the way, it''s not considered good form to bump posts on this list before about 24 hours. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.
Ok first sorry for the bump, its just I was rather desperate. Secondly, Thanks for the advice and I will use it to fix my recloth issue. Thanks, Joe On Sep 23, 4:03 pm, Marnen Laibow-Koser <rails-mailing-l...@andreas- s.net> wrote:> Joe wrote: > > Hi, I basically run a very simple RoR app which works using RedCloth''s > > textilizing system. > > > I would just like to know if there is a way to edit for example the > > *e.g* making things emphisised ect. I want to basically remove all > > the functions and things like that, as I want to use HTML tags instead > > of redcloth things for this, and RedCloth seems to proccess my HTML > > tags fine! > > So you just want to use HTML for formatting, with no Textile markup at > all? In that case, you can just remove RedCloth from your app -- you > don''t need it if you''re not using Textile. > > By the way, it''s not considered good form to bump posts on this list > before about 24 hours. > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted viahttp://www.ruby-forum.com/.