Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

  • x00 June 2012

Remove Extra Lines Breaks Between Paragraphs?

I'm new to using Vanilla Forums, so thanks in advance for your assistance.

Please take a look at the second post on this page.

You'll see that there are extra lines between paragraphs. Is there a way to prevent this? Not only does it take up more space, it simply makes the information less readable.

Best Wishes, Mark

Answers

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP

    well you are suing 2.0.18.1 which appears to be using div and br rather than p for paragraphs like the current versions

    the markdown filter does this. Only it might take users a little while to get used to the quirks/nuances of markdown

    they can still use html as a subset, but if they want a paragraph it is return twice, otherwise it will be treated as the same sentence.

    e.g. same sentence

    (quote to see original formatting)

    the example you wanted:

    extra

    whitespace

    Don't PM about development, I'm not currently taking on clients.

    grep is your friend.

Sign In or Register to comment.