I'm using http://michelf.com/projects/php-markdown/ for my markdown library and my question is that if i edit and remove the \n\n
functionality would this work
Because the users that i have, are quite probably not allowed to run JavaScript therefore i cant count on the preview to be generated dynamically therefore they will make allot of mistakes using \n
instead of \n\n
So the question is: is it essential for the library to use the \n\n
for the reg ex manipulation?