Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folded plugin doesn't retain paragraph spacing - instead it renders all text on a single line. #49

Closed
eltrkbrd opened this issue May 17, 2011 · 4 comments

Comments

@eltrkbrd
Copy link

I'm using DokuWiki release rc2011-05-08 "Rincewind RC2" with the latest version of this plugin (as of 5-17-11).

The folded plugin doesn't retain paragraph spacing - instead it renders all text onto a single line.

Tables and bulleted lists do retain formatting, the problem however is when using just regular text.

If I simply add an additional carriage return after each line of text, the folded plugin puts everything on a single line of text.

For example:
++++ my title |

pargraph 1 text

paragraph 2 text

paragraph 3 text

++++

Renders as:
my title>
paragraph 1 paragraph 2 paragraph 3

As mentioned , if I enter two backslashes at the end of each line of text, it no longer wraps the text on a single line. Instead it forces a line break but there isn't the additional carriage return between paragraphs as normal formatting allows in DokuWiki.

For example:
++++ my title |

pargraph 1 text (two backslashes here)

paragraph 2 text (two backslashes here)

paragraph 3 text (two backslashes here)

++++

Renders as:
my title>
paragraph 1
paragraph 2
paragraph 3

Note: I had to type out "two backslashes" in parentheses above because github won't render them in the comments.
See: http://www.dokuwiki.org/syntax#basic_text_formatting

@eltrkbrd eltrkbrd reopened this May 17, 2011
@lupo49
Copy link
Member

lupo49 commented May 18, 2011

This is the issue tracker for the discussion plugin?

@eltrkbrd
Copy link
Author

You're right, I just noticed this.

I clicked the Bug Tracker link for the doku>plugin:folded Bugs / Feature Requests section at:
http://www.dokuwiki.org/plugin:folded?s[]=folded&s[]=plugin#bugs_feature_requests

For some reason it links here...

Where would I post this bug?

@eltrkbrd
Copy link
Author

No description provided.

@lupo49
Copy link
Member

lupo49 commented Jun 5, 2011

@lupo49 lupo49 closed this as completed Jun 5, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants