Issue 18: paragraphs with only non-latin symbols are deleted
Status:  New
Owner: ----
Reported by skybo...@gmail.com, Dec 11, 2009
function cleanup contains next routine:
source = source.replace(/<p>\W*<\/p>/g, '');
this will delete all paragraphs without latin symbols, numbers,
underscore(following to meaning of "\W").
for example, it'll delete next paragraph:
<p>текст на русском языке</p>