View Single Post
Old 08-18-2014, 08:16 PM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,705
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Q1: I think it's one of those super-secret line-feed characters that you have to use the backspace or delete key to get rid of.

But if you insist on using regex: you can search for \n (or \u000A if you want it to look cooler) and replace the one you want to remove with nothing (or a space if you need some separation).

I think you're just used to the way Tidy prettifies markup.

Q2: eliminating nested blockquote montrosities (leaving the outermost) is a tool I'd like to get around to creating for the editor, but alas ... it's not something I'm currently working on.

Last edited by DiapDealer; 08-18-2014 at 08:45 PM.
DiapDealer is offline   Reply With Quote